Commit 52e3533e authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Removing a few more doubled-up spaces.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4896 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 5298d511
Showing with 13 additions and 10 deletions
+13 -10
2014-05-16 Benno Schulenberg <bensberg@justemail.net>
* src/text.c, src/winio.c: Remove some more double spaces.
2014-05-16 David Lawrence Ramsey <pooka109@gmail.com> 2014-05-16 David Lawrence Ramsey <pooka109@gmail.com>
* src/color.c, src/cut.c, src/text.c: Tweak some whitespace. * src/color.c, src/cut.c, src/text.c: Tweak some whitespace.
* src/global.c, src/move.c: Use TRUE and FALSE instead of 1 and 0. * src/global.c, src/move.c: Use TRUE and FALSE instead of 1 and 0.
......
...@@ -951,7 +951,7 @@ void add_undo(undo_type current_action) ...@@ -951,7 +951,7 @@ void add_undo(undo_type current_action)
while (fs_buff->lineno != cutbottom->lineno && fs_buff->next != NULL) while (fs_buff->lineno != cutbottom->lineno && fs_buff->next != NULL)
fs_buff = fs_buff->next; fs_buff = fs_buff->next;
assert(fs_buff->next != NULL); assert(fs_buff->next != NULL);
u->begin = get_totsize(fs_buff,cutbottom); u->begin = get_totsize(fs_buff, cutbottom);
} }
u->mark_set = TRUE; u->mark_set = TRUE;
......
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