Spacing after keywords (for)

This commit is contained in:
Benny Baumann
2020-10-31 20:55:36 +01:00
parent 374edb9ed5
commit adf797c295
8 changed files with 15 additions and 15 deletions

View File

@ -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;