diff options
| author | Jason A. Donenfeld | 2013-03-03 23:21:33 -0500 |
|---|---|---|
| committer | Jason A. Donenfeld | 2013-03-04 09:12:54 -0500 |
| commit | bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e (patch) | |
| tree | 683306f79bd96a45566879acd21e5ff085120acd /ui-tree.c | |
| parent | 53bc747d311d18642fa3ad0cc0de34f3899ed1f4 (diff) | |
| download | cgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.tar.gz cgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.tar.bz2 cgit-bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e.zip | |
White space around control verbs.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui-tree.c')
| -rw-r--r-- | ui-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -30,7 +30,7 @@ static void print_text_buffer(const char *name, char *buf, unsigned long size) | |||
| 30 | 30 | ||
| 31 | if (size) { | 31 | if (size) { |
| 32 | htmlf(numberfmt, ++lineno); | 32 | htmlf(numberfmt, ++lineno); |
| 33 | while(idx < size - 1) { // skip absolute last newline | 33 | while (idx < size - 1) { // skip absolute last newline |
| 34 | if (buf[idx] == '\n') | 34 | if (buf[idx] == '\n') |
| 35 | htmlf(numberfmt, ++lineno); | 35 | htmlf(numberfmt, ++lineno); |
| 36 | idx++; | 36 | idx++; |
