whitespace error - slstatus - suckless status monitor. mirror from suckless.org
 (HTM) git clone git://git.drkhsh.at/slstatus.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a97e8439181fe6b5e2e8a5621c228128e0e526e0
 (DIR) parent 11cc0bce153075987216cd7a0989f095c77c10d2
 (HTM) Author: Aaron Marcher <info@nulltime.net>
       Date:   Fri, 11 Mar 2016 13:15:17 +0100
       
       whitespace error
       
       Diffstat:
         M slstatus.c                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/slstatus.c b/slstatus.c
       @@ -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");