From bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 3 Mar 2013 23:21:33 -0500 Subject: White space around control verbs. Signed-off-by: Jason A. Donenfeld --- ui-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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); } -- cgit v1.2.3-59-g8ed1b