[hackers] [slstatus][PATCH] Follow International System of Units spacing rules

From: Ingo Feinerer <feinerer_AT_logic.at>
Date: Sat, 16 Feb 2019 17:59:44 +0100

---
 util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util.c b/util.c
index 77324e8..85366bf 100644
--- a/util.c
+++ b/util.c
_AT_@ -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
-- 
2.20.1
Received on Sat Feb 16 2019 - 17:59:44 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 16 2019 - 18:00:25 CET