mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
enumerator.c: adjust indent
* enumerator.c (rb_enumeratorize_with_size): adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c72186f4c2
commit
0f73dde5da
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ rb_enumeratorize_with_size(VALUE obj, VALUE meth, int argc, VALUE *argv, rb_enum
|
|||
return lazy_to_enum_i(obj, meth, argc, argv, size_fn);
|
||||
else
|
||||
return enumerator_init(enumerator_allocate(rb_cEnumerator),
|
||||
obj, meth, argc, argv, size_fn, Qnil);
|
||||
obj, meth, argc, argv, size_fn, Qnil);
|
||||
}
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue