Follow International System of Units spacing rules
This commit is contained in:
parent
93daf4f35e
commit
b14e039639
2
util.c
2
util.c
@ -123,7 +123,7 @@ fmt_human(uintmax_t num, int base)
|
||||
scaled /= base;
|
||||
}
|
||||
|
||||
return bprintf("%.1f%s", scaled, prefix[i]);
|
||||
return bprintf("%.1f %s", scaled, prefix[i]);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user