mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 14:25:15 +00:00
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user