aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-21 16:31:42 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-21 16:31:42 +0900
commit0174285e8cfea1ab7fa8dbbb6ab7607d74c20b9d (patch)
tree62c3c5d4b10507634f6cd873ece45c8619a46761 /enumerator.c
parent06a622b76e20b8996cd6d66c11ac7819a0996fae (diff)
downloadruby-0174285e8cfea1ab7fa8dbbb6ab7607d74c20b9d.tar.gz
* expand tabs.
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/enumerator.c b/enumerator.c
index 983e14c157..3d19c40b15 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -2052,12 +2052,12 @@ static VALUE
lazy_filter_map(VALUE obj)
{
if (!rb_block_given_p()) {
- rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
+ rb_raise(rb_eArgError, "tried to call lazy filter_map without a block");
}
return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
- lazy_filter_map_proc, 0),
- Qnil, 0);
+ lazy_filter_map_proc, 0),
+ Qnil, 0);
}
static struct MEMO *