From 0273829353c4b0b9709a3e7601158e0195d28309 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 8 Jul 2004 17:29:27 +0000
Subject: [PATCH] add one last spacing fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1850 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/files.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/files.c b/src/files.c
index b6c8d1c7..e319a511 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2205,8 +2205,8 @@ char **cwd_tab_completion(char *buf, int *num_matches)
 
 /* This function now has an arg which refers to how much the statusbar
  * (place) should be advanced, i.e. the new cursor pos. */
-char *input_tab(char *buf, int place, int *lastwastab, int *newplace, int
-	*list)
+char *input_tab(char *buf, int place, int *lastwastab, int *newplace,
+	int *list)
 {
     /* Do TAB completion */
     static int num_matches = 0, match_matches = 0;
-- 
GitLab