diff options
author | Aaron Marcher <info@nulltime.net> | 2016-03-11 13:15:17 +0100 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-03-11 13:15:17 +0100 |
commit | a97e8439181fe6b5e2e8a5621c228128e0e526e0 (patch) | |
tree | 0b4c69b1dfedc71c1c19dc5298c2a69f886e74ca | |
parent | 11cc0bce153075987216cd7a0989f095c77c10d2 (diff) |
whitespace error
-rw-r--r-- | slstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ get_diskusage() { int perc = 0; struct statvfs fs; - + /* try to open mountpoint */ if (statvfs(mountpath, &fs) < 0) { fprintf(stderr, "Could not get filesystem info.\n"); |