Przeglądaj źródła

Follow International System of Units spacing rules

master
Ingo Feinerer 5 lat temu
committed by Aaron Marcher
rodzic
commit
b14e039639
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      util.c

+ 1
- 1
util.c Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz