mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed leading spaces [ci skip]
This commit is contained in:
parent
cfefd1e524
commit
b30d7fea56
1 changed files with 1 additions and 1 deletions
2
enum.c
2
enum.c
|
@ -117,7 +117,7 @@ enum_grep0(VALUE obj, VALUE pat, VALUE test)
|
||||||
struct MEMO *memo = MEMO_NEW(pat, ary, test);
|
struct MEMO *memo = MEMO_NEW(pat, ary, test);
|
||||||
rb_block_call_func_t fn;
|
rb_block_call_func_t fn;
|
||||||
if (rb_block_given_p()) {
|
if (rb_block_given_p()) {
|
||||||
fn = grep_iter_i;
|
fn = grep_iter_i;
|
||||||
}
|
}
|
||||||
else if (RB_TYPE_P(pat, T_REGEXP) &&
|
else if (RB_TYPE_P(pat, T_REGEXP) &&
|
||||||
LIKELY(rb_method_basic_definition_p(CLASS_OF(pat), idEqq))) {
|
LIKELY(rb_method_basic_definition_p(CLASS_OF(pat), idEqq))) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue