aboutsummaryrefslogtreecommitdiffstats
path: root/ui-stats.c
diff options
context:
space:
mode:
authorGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-03-04 13:21:33 (JST)
committerGravatar Jason A. Donenfeld <Jason@zx2c4.com>2013-03-04 23:12:54 (JST)
commitbdae1d8a8d39206ac75ab86f8e9ef53b2f29432e (patch)
tree683306f79bd96a45566879acd21e5ff085120acd /ui-stats.c
parent53bc747d311d18642fa3ad0cc0de34f3899ed1f4 (diff)
downloadcgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.zip
cgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.tar.gz
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui-stats.c')
-rw-r--r--ui-stats.c2
1 files changed, 1 insertions, 1 deletions
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)
83static void trunc_quarter(struct tm *tm) 83static void trunc_quarter(struct tm *tm)
84{ 84{
85 trunc_month(tm); 85 trunc_month(tm);
86 while(tm->tm_mon % 3 != 0) 86 while (tm->tm_mon % 3 != 0)
87 dec_month(tm); 87 dec_month(tm);
88} 88}
89 89