summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index 59daa0f5..0cf7ee0b 100644
--- a/Meter.c
+++ b/Meter.c
@@ -52,7 +52,7 @@ int Meter_humanUnit(char* buffer, unsigned long int value, int size) {
unsigned long int powi = 1;
unsigned int written, powj = 1, precision = 2;
- for(;;) {
+ for (;;) {
if (value / 1024 < powi)
break;