Преглед изворни кода

__uclibc_main: remove stray trailing space

test post-receive hook

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer пре 13 година
родитељ
комит
aba9b10df9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libc/misc/internals/__uClibc_main.c

+ 1 - 1
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