Commit f271f9c9 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2680 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment