From 6123f482e39d9488df03898a0aadca3bdaf8673f Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Mon, 7 May 2018 13:48:43 +0200 Subject: [PATCH] Fix indents (spaces for alignment) --- components/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/disk.c b/components/disk.c index 1251edb..8112981 100644 --- 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 *