Explorar el Código

__uclibc_main: remove stray trailing space

test post-receive hook

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer hace 13 años
padre
commit
aba9b10df9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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