summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 02:45:26 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-27 02:45:26 +0000
commit467c29820a99225312c88fd5732a73af8484b3f3 (patch)
tree646677d1f3f77c53b2fa7434e75fc05f3eeb8d47 /iseq.c
parent33dc8a5c23cc647b42648596b5c77b3b8de6d39a (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index abb0f37b98..873aeae864 100644
--- a/iseq.c
+++ b/iseq.c
@@ -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 {