Fix indents (spaces for alignment)
This commit is contained in:
parent
6c6c144be6
commit
6123f482e3
|
@ -31,7 +31,7 @@ disk_perc(const char *mnt)
|
||||||
}
|
}
|
||||||
|
|
||||||
return bprintf("%d", (int)(100 *
|
return bprintf("%d", (int)(100 *
|
||||||
(1.0f - ((float)fs.f_bfree / (float)fs.f_blocks))));
|
(1.0f - ((float)fs.f_bfree / (float)fs.f_blocks))));
|
||||||
}
|
}
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
|
Loading…
Reference in New Issue