aboutsummaryrefslogtreecommitdiffstats
path: root/src/indent.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-02-08 06:19:09 +0000
committerKarl Heuer <[email protected]>1994-02-08 06:19:09 +0000
commit525a87de9a378834a81509c5300c594e25e74ec5 (patch)
treebc475e0a2b74892a162ad9943f574b082ed8aa3b /src/indent.c
parent297d863be54ff2b6aa0c86c890f8add2118ae878 (diff)
(compute_motion): Source code was improperly indented.
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 96eccc262b..e7f852e7bf 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -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)
{