White space around control verbs.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Esse commit está contido em:
Jason A. Donenfeld
2013-03-03 23:21:33 -05:00
commit bdae1d8a8d
16 arquivos alterados com 42 adições e 42 exclusões

Ver arquivo

@@ -30,7 +30,7 @@ static void print_text_buffer(const char *name, char *buf, unsigned long size)
if (size) {
htmlf(numberfmt, ++lineno);
while(idx < size - 1) { // skip absolute last newline
while (idx < size - 1) { // skip absolute last newline
if (buf[idx] == '\n')
htmlf(numberfmt, ++lineno);
idx++;