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 --- time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'time.c') diff --git a/time.c b/time.c index 1539feb587..0c9bd14ec3 100644 --- a/time.c +++ b/time.c @@ -2561,7 +2561,8 @@ obj2subsecx(VALUE obj, VALUE *subsecx) if (RB_TYPE_P(obj, T_STRING)) { obj = rb_str_to_inum(obj, 10, FALSE); *subsecx = INT2FIX(0); - } else { + } + else { divmodv(num_exact(obj), INT2FIX(1), &obj, &subsec); *subsecx = w2v(rb_time_magnify(v2w(subsec))); } -- cgit v1.2.3