OSDN Git Service

__uclibc_main: remove stray trailing space
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 31 Oct 2012 09:17:41 +0000 (10:17 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 31 Oct 2012 09:17:41 +0000 (10:17 +0100)
test post-receive hook

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/misc/internals/__uClibc_main.c

index d120fa2..8a3646c 100644 (file)
@@ -35,7 +35,7 @@
 #endif
 #ifdef __UCLIBC_HAS_THREADS__
 #include <pthread.h>
-#endif 
+#endif
 #ifdef __UCLIBC_HAS_LOCALE__
 #include <locale.h>
 #endif