From 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 17 Sep 2006 16:28:10 +0000 Subject: whitespace cleanup --- coreutils/head.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coreutils/head.c') diff --git a/coreutils/head.c b/coreutils/head.c index e961ca6b6..8dc6ee0b4 100644 --- a/coreutils/head.c +++ b/coreutils/head.c @@ -28,7 +28,7 @@ static const struct suffix_mult head_suffixes[] = { { NULL, 0 } }; #endif - + static const char header_fmt_str[] = "\n==> %s <==\n"; int head_main(int argc, char **argv) @@ -83,8 +83,8 @@ int head_main(int argc, char **argv) #if !ENABLE_FEATURE_FANCY_HEAD count = bb_xgetularg10(p); #else - count = bb_xgetularg_bnd_sfx(p, 10, - 0, ULONG_MAX, + count = bb_xgetularg_bnd_sfx(p, 10, + 0, ULONG_MAX, head_suffixes); #endif break; -- cgit v1.2.3