Adjust indent [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-09-28 09:23:35 +00:00
parent 41aa841a52
commit a9375ab398

View File

@ -504,7 +504,7 @@ range_step(int argc, VALUE *argv, VALUE range)
static VALUE
range_percent_step(VALUE range, VALUE step)
{
return range_step(1, &step, range);
return range_step(1, &step, range);
}
#if SIZEOF_DOUBLE == 8 && defined(HAVE_INT64_T)