* expand tabs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-11-27 02:45:26 +00:00
parent 33dc8a5c23
commit 467c29820a

2
iseq.c
View File

@ -2322,7 +2322,7 @@ iseqw_s_of(VALUE klass, VALUE body)
if (rb_obj_is_proc(body)) {
iseq = vm_proc_iseq(body);
if (rb_obj_is_iseq((VALUE)iseq)) {
if (rb_obj_is_iseq((VALUE)iseq)) {
return iseqw_new(iseq);
}
else {