]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-stats.c
White space around control verbs.
[ps-cgit] / ui-stats.c
index f74dc3337bb1cc47df376561dc97848bf93c7f7b..9cf1dbdc89fbd40286404289018571c319d7cd0e 100644 (file)
@@ -83,7 +83,7 @@ static char *pretty_month(struct tm *tm)
 static void trunc_quarter(struct tm *tm)
 {
        trunc_month(tm);
-       while(tm->tm_mon % 3 != 0)
+       while (tm->tm_mon % 3 != 0)
                dec_month(tm);
 }