Browse Source

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 13 years ago
parent
commit
a55acdf73a
1 changed files with 0 additions and 1 deletions
  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)