summaryrefslogtreecommitdiff
path: root/src/indent.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-04-19 08:53:55 +0000
committerJim Blandy <jimb@redhat.com>1992-04-19 08:53:55 +0000
commite1f6d2e1fabe1363283ccbad20432d5060c88b1f (patch)
treee913367846d314883cd7ec34013f30ed1ad3f2c8 /src/indent.c
parent0c41415c1ea47f0594268f9a49f76fca4e5a98b6 (diff)
downloademacs-e1f6d2e1fabe1363283ccbad20432d5060c88b1f.tar.gz
*** empty log message ***
Diffstat (limited to 'src/indent.c')
-rw-r--r--src/indent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/indent.c b/src/indent.c
index 50536120d8b..3f3745a5565 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -477,10 +477,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)
{