mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
41aa841a52
commit
a9375ab398
1 changed files with 1 additions and 1 deletions
2
range.c
2
range.c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue