aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-27 07:51:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-27 07:51:55 +0000
commit0f73dde5daa3df4927baaa403e279d22f9e0e29b (patch)
tree56156e238beacb18f5c6abb3373a4e79524e2c4a /enumerator.c
parentc72186f4c290685c145e5f1c6d1c6d8d7463eab2 (diff)
downloadruby-0f73dde5daa3df4927baaa403e279d22f9e0e29b.tar.gz
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
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index 8eca0bfd47..566f218b57 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -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