mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm.c (vm_cref_new0): adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d463c492bc
commit
f66f998241
1 changed files with 1 additions and 1 deletions
2
vm.c
2
vm.c
|
@ -90,7 +90,7 @@ vm_cref_new0(VALUE klass, rb_method_visibility_t visi, int module_func, rb_cref_
|
|||
{
|
||||
VALUE refinements = Qnil;
|
||||
int omod_shared = FALSE;
|
||||
rb_cref_t *cref;
|
||||
rb_cref_t *cref;
|
||||
|
||||
/* scope */
|
||||
union {
|
||||
|
|
Loading…
Reference in a new issue