random style fixes (extra spaces deleted)
This commit is contained in:
@@ -72,8 +72,8 @@ const char *make_human_readable_str(unsigned long long size,
|
||||
}
|
||||
#if 0
|
||||
/* Sample code to omit decimal point and tenths digit. */
|
||||
if ( /* no_tenths */ 1 ) {
|
||||
if ( frac >= 5 ) {
|
||||
if (/* no_tenths */ 1) {
|
||||
if (frac >= 5) {
|
||||
++val;
|
||||
}
|
||||
f = "%llu%*c" /* fmt_no_tenths */ ;
|
||||
|
||||
Reference in New Issue
Block a user