# HG changeset patch # User Karl Heuer # Date 760688349 0 # Node ID d35b4a1a044cbe046694f1f2f7553221ce7caf62 # Parent 445de172c217a3c35d906cd99ffdac4a0020f3df (compute_motion): Source code was improperly indented. diff -r 445de172c217 -r d35b4a1a044c src/indent.c --- a/src/indent.c Tue Feb 08 05:06:07 1994 +0000 +++ b/src/indent.c Tue Feb 08 06:19:09 1994 +0000 @@ -522,10 +522,10 @@ /* A visible line. */ vpos++; hpos = 0; - hpos -= hscroll; - if (hscroll > 0) hpos++; /* Count the ! on column 0 */ - tab_offset = 0; - } + hpos -= hscroll; + if (hscroll > 0) hpos++; /* Count the ! on column 0 */ + tab_offset = 0; + } } else if (c == CR && selective < 0) {