From 221ebcdf70b2f7310e8324925859d829723a76ae Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 5 Mar 2004 20:47:15 +0000 Subject: [PATCH] remove trailing space git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1687 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.c b/src/global.c index 007c1f1c..0ca115c0 100644 --- a/src/global.c +++ b/src/global.c @@ -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; -- 2.39.5