Explorar el Código

setsid.c: whitespace only

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger hace 13 años
padre
commit
a55acdf73a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      libc/sysdeps/linux/common/setsid.c

+ 0 - 1
libc/sysdeps/linux/common/setsid.c

@@ -10,6 +10,5 @@
 #include <sys/syscall.h>
 #include <unistd.h>
 
-
 _syscall0(pid_t, setsid)
 libc_hidden_def(setsid)