From: Aaron Marcher Date: Fri, 11 Mar 2016 12:15:17 +0000 (+0100) Subject: whitespace error X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=a97e8439181fe6b5e2e8a5621c228128e0e526e0;p=suckless%2Fslstatus.git whitespace error --- diff --git a/slstatus.c b/slstatus.c index 75413a1..2fc4fea 100644 --- 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");