Explorar o código

Follow International System of Units spacing rules

Ingo Feinerer %!s(int64=7) %!d(string=hai) anos
pai
achega
b14e039639
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      util.c

+ 1 - 1
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