svn commit: branches/uClibc-nptl/libc/sysdeps/linux/common

carmelo at uclibc.org carmelo at uclibc.org
Thu Sep 18 13:16:04 UTC 2008


Author: carmelo
Date: 2008-09-18 06:16:03 -0700 (Thu, 18 Sep 2008)
New Revision: 23428

Log:
Remove trailing whitespaces

Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/common/getdents.c


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/common/getdents.c
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/common/getdents.c	2008-09-18 12:08:55 UTC (rev 23427)
+++ branches/uClibc-nptl/libc/sysdeps/linux/common/getdents.c	2008-09-18 13:16:03 UTC (rev 23428)
@@ -84,8 +84,8 @@
     const size_t size_diff = (offsetof (struct dirent, d_name)
 	    - offsetof (struct kernel_dirent, d_name));
 
-    red_nbytes = MIN (nbytes - ((nbytes / 
-		    (offsetof (struct dirent, d_name) + 14)) * size_diff), 
+    red_nbytes = MIN (nbytes - ((nbytes /
+		    (offsetof (struct dirent, d_name) + 14)) * size_diff),
 	    nbytes - size_diff);
 
     dp = (struct dirent *) buf;




More information about the uClibc-cvs mailing list