Pārlūkot izejas kodu

__uclibc_main: remove stray trailing space

test post-receive hook

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 11 gadi atpakaļ
vecāks
revīzija
aba9b10df9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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