cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2680 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
5a6caf0ca8
commit
f271f9c962
|
@ -1891,11 +1891,11 @@ bool do_wrap(filestruct *line)
|
||||||
if (current_x > wrap_loc) {
|
if (current_x > wrap_loc) {
|
||||||
same_line_wrap = FALSE;
|
same_line_wrap = FALSE;
|
||||||
current = current->next;
|
current = current->next;
|
||||||
current_x -=
|
current_x -= wrap_loc
|
||||||
#ifndef NANO_SMALL
|
#ifndef NANO_SMALL
|
||||||
-indent_len +
|
- indent_len
|
||||||
#endif
|
#endif
|
||||||
wrap_loc;
|
;
|
||||||
placewewant = xplustabs();
|
placewewant = xplustabs();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue