Browse Source

uname.c,unlink.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
b10190983a
2 changed files with 0 additions and 2 deletions
  1. 0 1
      libc/sysdeps/linux/common/uname.c
  2. 0 1
      libc/sysdeps/linux/common/unlink.c

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

@@ -10,6 +10,5 @@
 #include <sys/syscall.h>
 #include <sys/utsname.h>
 
-
 _syscall1(int, uname, struct utsname *, buf)
 libc_hidden_def(uname)

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

@@ -10,6 +10,5 @@
 #include <sys/syscall.h>
 #include <unistd.h>
 
-
 _syscall1(int, unlink, const char *, pathname)
 libc_hidden_def(unlink)