summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-11-08 09:11:49 -0700
committerKarl Williamson <public@khwilliamson.com>2013-11-09 13:34:47 -0700
commitaa42a541b3e55358a6845e5246813d47b2cb883b (patch)
treec79a3aea105dab9fb2d7fcab166f7a5109d3ecdb /numeric.c
parent7b75fc16a59de44c5b48efdaf8609cc1543ceff5 (diff)
downloadperl-aa42a541b3e55358a6845e5246813d47b2cb883b.tar.gz
numeric.c: White-space only
Properly indent the branch of an 'if'.
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 3ad5af7991..208a9aabd6 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;