ソースを参照

Follow International System of Units spacing rules

master
Ingo Feinerer 5年前
committed by Aaron Marcher
コミット
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


読み込み中…
キャンセル
保存