]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-tree.c
White space around control verbs.
[ps-cgit] / ui-tree.c
index 4d7b2617ed0c8ae924a860acd4ec4164b10d73d2..4d932a0fbdcd82ba14a449e3f731931f8907542c 100644 (file)
--- 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++;