diff src/indent.c @ 5845:d35b4a1a044c

(compute_motion): Source code was improperly indented.
author Karl Heuer <kwzh@gnu.org>
date Tue, 08 Feb 1994 06:19:09 +0000
parents 9672138155c1
children c4cceb65fc5a
line wrap: on
line diff
--- 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)
 	{