svn commit: trunk/uClibc/libc/sysdeps/linux/i386/bits

andersen at uclibc.org andersen at uclibc.org
Thu Apr 13 20:00:31 UTC 2006


Author: andersen
Date: 2006-04-13 13:00:30 -0700 (Thu, 13 Apr 2006)
New Revision: 14849

Log:
prune trailing whitespace


Modified:
   trunk/uClibc/libc/sysdeps/linux/i386/bits/syscalls.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/i386/bits/syscalls.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/i386/bits/syscalls.h	2006-04-13 13:32:16 UTC (rev 14848)
+++ trunk/uClibc/libc/sysdeps/linux/i386/bits/syscalls.h	2006-04-13 20:00:30 UTC (rev 14849)
@@ -12,7 +12,7 @@
 #include <bits/sysnum.h>
 
 /*
-   Some of the sneaky macros in the code were taken from 
+   Some of the sneaky macros in the code were taken from
    glibc-2.2.5/sysdeps/unix/sysv/linux/i386/sysdep.h
 */
 
@@ -131,7 +131,7 @@
 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
 { \
 return (type) (INLINE_SYSCALL(name, 4, arg1, arg2, arg3, arg4)); \
-} 
+}
 
 #undef _syscall5
 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \




More information about the uClibc-cvs mailing list