Removing a few more doubled-up spaces.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4896 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2014-05-16 11:03:04 +00:00
parent 5298d5114c
commit 52e3533e99
3 changed files with 13 additions and 10 deletions

View File

@ -1,3 +1,6 @@
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>
* 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.

View File

@ -951,7 +951,7 @@ void add_undo(undo_type current_action)
while (fs_buff->lineno != cutbottom->lineno && fs_buff->next != NULL)
fs_buff = fs_buff->next;
assert(fs_buff->next != NULL);
u->begin = get_totsize(fs_buff,cutbottom);
u->begin = get_totsize(fs_buff, cutbottom);
}
u->mark_set = TRUE;