Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Follow International System of Units spacing rules
[slstatus.git]
/
util.c
diff --git
a/util.c
b/util.c
index
77324e8
..
85366bf
100644
(file)
--- a/
util.c
+++ b/
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