commit | 99fcc6252332599c1b620d05467cee188a48b718 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jul 01 17:29:44 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jul 01 17:29:44 2007 +0000 |
tree | 441daf2296865a70ff592ad9c66092c579825049 | |
parent | aba7f49a228e56f34e9f234794a21c3ca8ca1679 [diff] |
find: style fix
diff --git a/findutils/find.c b/findutils/find.c index 07cae97..cb57665 100644 --- a/findutils/find.c +++ b/findutils/find.c
@@ -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);