소스 검색

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


불러오는 중...
취소
저장