From: Peter Stuge Date: Sun, 5 Jun 2011 21:28:07 +0000 (+0200) Subject: threads_posix.h: Whitespace fix X-Git-Tag: upstream/1.0.21~820 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d7be3e1337f2444097504931ac0f2f0997b2b05;p=platform%2Fupstream%2Flibusb.git threads_posix.h: Whitespace fix --- diff --git a/libusb/os/threads_posix.h b/libusb/os/threads_posix.h index dc558d4..86e0f88 100644 --- a/libusb/os/threads_posix.h +++ b/libusb/os/threads_posix.h @@ -41,6 +41,6 @@ #define usbi_cond_timedwait pthread_cond_timedwait #define usbi_cond_broadcast pthread_cond_broadcast #define usbi_cond_destroy pthread_cond_destroy -#define usbi_cond_signal pthread_cond_signal +#define usbi_cond_signal pthread_cond_signal #endif /* __LIBUSB_THREADS_POSIX_H__ */