White space around control verbs.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Šī revīzija ir iekļauta:
Jason A. Donenfeld
2013-03-03 23:21:33 -05:00
vecāks 53bc747d31
revīzija bdae1d8a8d
16 mainīti faili ar 42 papildinājumiem un 42 dzēšanām

Parādīt failu

@ -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);
}