X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/53bc747d311d18642fa3ad0cc0de34f3899ed1f4..bdae1d8a8d39206ac75ab86f8e9ef53b2f29432e:/ui-tree.c diff --git a/ui-tree.c b/ui-tree.c index 4d7b261..4d932a0 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -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++;