[git commit] __uclibc_main: remove stray trailing space
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Wed Oct 31 09:17:41 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=aba9b10df942a8e532bccbb589b175eae2661224
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
test post-receive hook
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libc/misc/internals/__uClibc_main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c
index d120fa2..8a3646c 100644
--- a/libc/misc/internals/__uClibc_main.c
+++ b/libc/misc/internals/__uClibc_main.c
@@ -35,7 +35,7 @@
#endif
#ifdef __UCLIBC_HAS_THREADS__
#include <pthread.h>
-#endif
+#endif
#ifdef __UCLIBC_HAS_LOCALE__
#include <locale.h>
#endif
More information about the uClibc-cvs
mailing list