diff options
| author | Jason A. Donenfeld <[email protected]> | 2013-03-04 04:21:33 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld <[email protected]> | 2013-03-04 14:12:54 +0000 |
| commit | bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e (patch) | |
| tree | 683306f79bd96a45566879acd21e5ff085120acd /ui-stats.c | |
| parent | Fix several whitespace errors (diff) | |
| download | cgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.tar.gz cgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.zip | |
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <[email protected]>
Diffstat (limited to 'ui-stats.c')
| -rw-r--r-- | ui-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
