svn commit: trunk/busybox/findutils

vda at busybox.net vda at busybox.net
Sun Jul 1 17:29:44 UTC 2007


Author: vda
Date: 2007-07-01 10:29:44 -0700 (Sun, 01 Jul 2007)
New Revision: 18985

Log:
find: style fix



Modified:
   trunk/busybox/findutils/find.c


Changeset:
Modified: trunk/busybox/findutils/find.c
===================================================================
--- trunk/busybox/findutils/find.c	2007-07-01 17:25:59 UTC (rev 18984)
+++ trunk/busybox/findutils/find.c	2007-07-01 17:29:44 UTC (rev 18985)
@@ -758,12 +758,12 @@
 #define XATOU_SFX xatoul_sfx
 #endif
 			static const struct suffix_mult find_suffixes[] = {
-			        { "c", 1 },
-			        { "w", 2 },
-			        { "b"+1, 512 },
-			        { "b", 512 },
-			        { "k", 1024 },
-			        { NULL, 0 }
+				{ "c", 1 },
+				{ "w", 2 },
+				{ "b"+1, 512 },
+				{ "b", 512 },
+				{ "k", 1024 },
+				{ NULL, 0 }
 			};
 			action_size *ap;
 			ap = ALLOC_ACTION(size);




More information about the busybox-cvs mailing list