Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
6c6c144
)
Fix indents (spaces for alignment)
author
Aaron Marcher <
[email protected]
>
Mon, 7 May 2018 11:48:43 +0000
(13:48 +0200)
committer
Aaron Marcher <
[email protected]
>
Mon, 7 May 2018 11:48:43 +0000
(13:48 +0200)
components/disk.c
diff
|
blob
|
history
diff --git
a/components/disk.c
b/components/disk.c
index
1251edb
..
8112981
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 *