From cc216f9aae241c2a4407a1d8253909b307df90bb Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 27 Feb 2014 07:10:14 +0000 Subject: adjust indent and style git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 7be84e2444..cc9f16375f 100644 --- a/bignum.c +++ b/bignum.c @@ -4036,8 +4036,10 @@ rb_cstr_to_inum(const char *str, int base, int badcheck) if (c == '_') { if (++us >= 2) break; - } else + } + else { us = 0; + } } if (!(c = *str) || ISSPACE(c)) --str; } -- cgit v1.2.3