OSDN Git Service

mount.c: whitespace only
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 16 Apr 2011 11:49:54 +0000 (13:49 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:39 +0000 (14:00 +0200)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/mount.c

index 39e5db1..e2c344c 100644 (file)
@@ -10,5 +10,5 @@
 #include <sys/syscall.h>
 #include <sys/mount.h>
 _syscall5(int, mount, const char *, specialfile, const char *, dir,
-                 const char *, filesystemtype, unsigned long, rwflag,
-                 const void *, data)
+         const char *, filesystemtype, unsigned long, rwflag,
+         const void *, data)