numeric.c: White-space only
authorKarl Williamson <public@khwilliamson.com>
Fri, 8 Nov 2013 16:11:49 +0000 (09:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 9 Nov 2013 20:34:47 +0000 (13:34 -0700)
Properly indent the branch of an 'if'.

numeric.c

index 3ad5af7..208a9aa 100644 (file)
--- 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;