commit 6619c43b88a88df6d3564e877f65c3752316deec
parent 4eeff48c5f8faff963010e26e97d798a244dc1f7
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 5 Nov 2005 06:08:44 +0000
formatting fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3089 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/files.c b/src/files.c
@@ -2082,8 +2082,8 @@ char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list)
*lastwastab = FALSE;
buf = charealloc(buf, common_len + buf_len - *place + 1);
- charmove(buf + common_len, buf + *place,
- buf_len - *place + 1);
+ charmove(buf + common_len, buf + *place, buf_len -
+ *place + 1);
strncpy(buf, mzero, common_len);
*place = common_len;
} else if (*lastwastab == FALSE || num_matches < 2)