[git commit future] mount.c: whitespace only

Peter S. Mazinger ps.m at gmx.net
Wed Apr 20 10:50:38 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=c5ab0f76573cc83a9eea1f19baf9ce1375a7b5ed
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/sysdeps/linux/common/mount.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libc/sysdeps/linux/common/mount.c b/libc/sysdeps/linux/common/mount.c
index 39e5db1..e2c344c 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)
-- 
1.7.3.4



More information about the uClibc-cvs mailing list