remove trailing space

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1687 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2004-03-05 20:47:15 +00:00
parent da35251e98
commit 221ebcdf70
1 changed files with 1 additions and 1 deletions

View File

@ -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;