瀏覽代碼

Fix indents (spaces for alignment)

master
Aaron Marcher 6 年之前
父節點
當前提交
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 *


Loading…
取消
儲存