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
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox