cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2680 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-06-15 19:26:48 +00:00
parent 5a6caf0ca8
commit f271f9c962
1 changed files with 3 additions and 3 deletions

View File

@ -1891,11 +1891,11 @@ bool do_wrap(filestruct *line)
if (current_x > wrap_loc) {
same_line_wrap = FALSE;
current = current->next;
current_x -=
current_x -= wrap_loc
#ifndef NANO_SMALL
-indent_len +
- indent_len
#endif
wrap_loc;
;
placewewant = xplustabs();
}