diff --git a/src/global.c b/src/global.c
index 007c1f1cdf981e6a7cfaa651b98f51b4ee3179c1..0ca115c05ed12cce8cc4ca13b138d28368b8753c 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;