From: Karl Heuer Date: Tue, 8 Feb 1994 06:19:09 +0000 (+0000) Subject: (compute_motion): Source code was improperly indented. X-Git-Tag: emacs-19.34~10006 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=525a87de9a378834a81509c5300c594e25e74ec5;p=emacs.git (compute_motion): Source code was improperly indented. --- diff --git a/src/indent.c b/src/indent.c index 96eccc262be..e7f852e7bf9 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) {