From b71c668c577f7780362f7ea632895c11e3760d66 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 21 Jul 2007 15:08:09 +0000 Subject: style fix (stray space before ';') --- libbb/human_readable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/human_readable.c') diff --git a/libbb/human_readable.c b/libbb/human_readable.c index 7714abecb..09fa82c09 100644 --- a/libbb/human_readable.c +++ b/libbb/human_readable.c @@ -75,7 +75,7 @@ const char *make_human_readable_str(unsigned long long size, if (frac >= 5) { ++val; } - f = "%llu%*c" /* fmt_no_tenths */ ; + f = "%llu%*c" /* fmt_no_tenths */; frac = 1; } #endif -- cgit v1.2.3