Xinqi Bao's Git

whitespace error
authorAaron Marcher <[email protected]>
Fri, 11 Mar 2016 12:15:17 +0000 (13:15 +0100)
committerAaron Marcher (drkhsh) <[email protected]>
Fri, 11 Mar 2016 12:15:17 +0000 (13:15 +0100)
slstatus.c

index 75413a1..2fc4fea 100644 (file)
@@ -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");