commit 6123f482e39d9488df03898a0aadca3bdaf8673f parent 6c6c144be62d6b2da564f0875ba5f202dbaa3183 Author: Aaron Marcher <me@drkhsh.at> Date: Mon, 7 May 2018 13:48:43 +0200 Fix indents (spaces for alignment) Diffstat:
M | components/disk.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/disk.c b/components/disk.c @@ -31,7 +31,7 @@ disk_perc(const char *mnt) } 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 *