Просмотр исходного кода

Fix indents (spaces for alignment)

master
Aaron Marcher 6 лет назад
Родитель
Сommit
6123f482e3
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      components/disk.c

+ 1
- 1
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 *


Загрузка…
Отмена
Сохранить