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:
parent
2af6b06f9d
commit
9dc1a421cc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue