1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* expand tabs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-09-29 17:49:06 +00:00
parent 7bcc535a05
commit 19e6af9f00

2
re.c
View file

@ -3085,7 +3085,7 @@ reg_operand(VALUE s, int check)
return rb_sym2str(s);
}
else {
return check ? rb_str_to_str(s) : rb_check_string_type(s);
return check ? rb_str_to_str(s) : rb_check_string_type(s);
}
}