Explorar el Código

Follow International System of Units spacing rules

master
Ingo Feinerer hace 5 años
committed by Aaron Marcher
padre
commit
b14e039639
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      util.c

+ 1
- 1
util.c Ver fichero

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


Cargando…
Cancelar
Guardar