diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-11-08 09:11:49 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-11-09 13:34:47 -0700 |
commit | aa42a541b3e55358a6845e5246813d47b2cb883b (patch) | |
tree | c79a3aea105dab9fb2d7fcab166f7a5109d3ecdb /numeric.c | |
parent | 7b75fc16a59de44c5b48efdaf8609cc1543ceff5 (diff) | |
download | perl-aa42a541b3e55358a6845e5246813d47b2cb883b.tar.gz |
numeric.c: White-space only
Properly indent the branch of an 'if'.
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |