Fix indents (spaces for alignment)
authorAaron Marcher <me@drkhsh.at>
Mon, 7 May 2018 11:48:43 +0000 (13:48 +0200)
committerAaron Marcher <me@drkhsh.at>
Mon, 7 May 2018 11:48:43 +0000 (13:48 +0200)
components/disk.c

index 1251edb64d792908157ba10da5919913d1b76e38..81129810a50c407cfbd28d16175b1e9243a3b2f2 100644 (file)
@@ -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 *