From 12642edfc91c78d28562f42dbce080c27ae19a13 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 25 Nov 2004 04:56:50 +0000 Subject: [PATCH] formatting fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2135 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/winio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/winio.c b/src/winio.c index 7c8be144..6b466b90 100644 --- a/src/winio.c +++ b/src/winio.c @@ -1309,7 +1309,8 @@ int get_untranslated_kbinput(int kbinput, size_t position, bool * the first digit), increment the ASCII digit counter and * interpret the digit. If the digit sequence's range is not * limited to 2XX, fall through. */ - if (position == ascii_digits && kbinput >= '0' && kbinput <= '9') { + if (position == ascii_digits && kbinput >= '0' && kbinput <= + '9') { if (kbinput <= '2' || ascii_digits > 0) { ascii_digits++; kbinput = get_ascii_kbinput(kbinput, ascii_digits -- 2.39.5