]> git.wh0rd.org Git - nano.git/commitdiff
remove trailing space
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Mar 2004 20:47:15 +0000 (20:47 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 5 Mar 2004 20:47:15 +0000 (20:47 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1687 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/global.c

index 007c1f1cdf981e6a7cfaa651b98f51b4ee3179c1..0ca115c05ed12cce8cc4ca13b138d28368b8753c 100644 (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;