remove trailing space
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1687 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
da35251e98
commit
221ebcdf70
|
@ -162,7 +162,7 @@ int curses_ended = FALSE; /* Indicates to statusbar() to simply
|
|||
* ended curses mode. */
|
||||
|
||||
|
||||
int length_of_list(const shortcut *s)
|
||||
int length_of_list(const shortcut *s)
|
||||
{
|
||||
int i = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue