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

* vm_insnhelper.c (rb_vm_using_modules): fix indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2012-08-02 13:57:19 +00:00
parent 2af6b06f9d
commit 9dc1a421cc

View file

@ -1861,7 +1861,7 @@ rb_vm_using_modules(NODE *cref, VALUE klass)
}
if (!NIL_P(using_modules)) {
rb_hash_foreach(using_modules, vm_using_module_i,
(VALUE) cref);
(VALUE) cref);
}
}