(compute_motion): Source code was improperly indented.
authorKarl Heuer <kwzh@gnu.org>
Tue, 8 Feb 1994 06:19:09 +0000 (06:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 8 Feb 1994 06:19:09 +0000 (06:19 +0000)
src/indent.c

index 96eccc2..e7f852e 100644 (file)
@@ -522,10 +522,10 @@ compute_motion (from, fromvpos, fromhpos, to, tovpos, tohpos, width, hscroll, ta
              /* 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)
        {