summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/mount.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-16 13:49:54 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:39 +0200
commitc6dcc660d3133349f566c1170abd538aafd9ad76 (patch)
treedbf08e531926c1db97b0291443233113823860f8 /libc/sysdeps/linux/common/mount.c
parent84dd1527aa65e15f2ca8d78f03282402e4759261 (diff)
mount.c: whitespace only
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/mount.c')
-rw-r--r--libc/sysdeps/linux/common/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/mount.c b/libc/sysdeps/linux/common/mount.c
index 39e5db1c2..e2c344c1f 100644
--- a/libc/sysdeps/linux/common/mount.c
+++ b/libc/sysdeps/linux/common/mount.c
@@ -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)