projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6c144
)
Fix indents (spaces for alignment)
author
Aaron Marcher
<me@drkhsh.at>
Mon, 7 May 2018 11:48:43 +0000
(13:48 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Mon, 7 May 2018 11:48:43 +0000
(13:48 +0200)
components/disk.c
patch
|
blob
|
history
diff --git
a/components/disk.c
b/components/disk.c
index 1251edb64d792908157ba10da5919913d1b76e38..81129810a50c407cfbd28d16175b1e9243a3b2f2 100644
(file)
--- 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 *