commit | b71c668c577f7780362f7ea632895c11e3760d66 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jul 21 15:08:09 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sat Jul 21 15:08:09 2007 +0000 |
tree | 860ccf38cce8c5347ae2b714a22b82a1d7dba323 | |
parent | 82bd9ee64546c4f6f60303f6356377ce6b695a06 [diff] [blame] |
style fix (stray space before ';')
diff --git a/editors/vi.c b/editors/vi.c index 97efe0c..c4f3a83 100644 --- a/editors/vi.c +++ b/editors/vi.c
@@ -2800,7 +2800,7 @@ format_line(buf, tp, li); // skip to the end of the current text[] line - while (tp < end && *tp++ != '\n') /*no-op*/ ; + while (tp < end && *tp++ != '\n') /*no-op*/; // see if there are any changes between vitual screen and buf changed = FALSE; // assume no change