From aa42a541b3e55358a6845e5246813d47b2cb883b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 8 Nov 2013 09:11:49 -0700 Subject: [PATCH] numeric.c: White-space only Properly indent the branch of an 'if'. --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numeric.c b/numeric.c index 3ad5af7..208a9aa 100644 --- a/numeric.c +++ b/numeric.c @@ -599,7 +599,7 @@ Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep) numtype = IS_NUMBER_NEG; } else if (*s == '+') - s++; + s++; if (s == send) return 0; -- 2.7.4