Эх сурвалжийг харах

Follow International System of Units spacing rules

Ingo Feinerer 7 жил өмнө
parent
commit
b14e039639
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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