diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-07 13:48:43 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-07 13:48:43 +0200 |
commit | 6123f482e39d9488df03898a0aadca3bdaf8673f (patch) | |
tree | 5eb29496b8bade8c78e8c99a7c77eb556c661491 /components/disk.c | |
parent | 6c6c144be62d6b2da564f0875ba5f202dbaa3183 (diff) |
Fix indents (spaces for alignment)
Diffstat (limited to 'components/disk.c')
-rw-r--r-- | components/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |