Commit 02738293 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add one last spacing fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1850 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent f7080377
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment