style fix (stray space before ';')

This commit is contained in:
Denis Vlasenko
2007-07-21 15:08:09 +00:00
parent 82bd9ee645
commit b71c668c57
28 changed files with 58 additions and 58 deletions

View File

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