threads_posix.h: Whitespace fix
authorPeter Stuge <peter@stuge.se>
Sun, 5 Jun 2011 21:28:07 +0000 (23:28 +0200)
committerPeter Stuge <peter@stuge.se>
Sun, 24 Jul 2011 20:29:09 +0000 (22:29 +0200)
libusb/os/threads_posix.h

index dc558d4..86e0f88 100644 (file)
@@ -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__ */