X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/53bc747d311d18642fa3ad0cc0de34f3899ed1f4..bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e:/ui-stats.c diff --git a/ui-stats.c b/ui-stats.c index f74dc33..9cf1dbd 100644 --- a/ui-stats.c +++ b/ui-stats.c @@ -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); }