[patch] findutils/find.c: whitespace-cleanup

Denis Vlasenko vda.linux at googlemail.com
Sun Jul 1 10:27:31 PDT 2007


Hi,

It is indented with spaces there on purpose.

With tabs it looks scary for 8-char tab people:

@@ -438,15 +438,15 @@
 static action*** parse_params(char **argv)
 {
        enum {
-                                PARM_a         ,
-                                PARM_o         ,
+                                                        PARM_a                 ,
+                                                        PARM_o                 ,
        USE_FEATURE_FIND_NOT(    PARM_char_not  ,)


Applying this hunk:

@@ -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);

Thanks!
--
vda


More information about the busybox mailing list