Follow International System of Units spacing rules

master
Ingo Feinerer 7 years ago committed by Aaron Marcher
parent 93daf4f35e
commit b14e039639

@ -123,7 +123,7 @@ fmt_human(uintmax_t num, int base)
scaled /= base; scaled /= base;
} }
return bprintf("%.1f%s", scaled, prefix[i]); return bprintf("%.1f %s", scaled, prefix[i]);
} }
int int

Loading…
Cancel
Save