зеркало из https://github.com/github/ruby.git
fix indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
3da0f60bb9
Коммит
9794af357e
|
@ -1351,12 +1351,12 @@ rb_alias(VALUE klass, ID name, ID def)
|
|||
rb_method_entry_t *new_orig_me;
|
||||
rb_method_definition_t *def;
|
||||
|
||||
if (RB_TYPE_P(defined_class, T_ICLASS)) {
|
||||
if (RB_TYPE_P(defined_class, T_ICLASS)) {
|
||||
defined_class = real_owner = RBASIC_CLASS(defined_class);
|
||||
}
|
||||
else {
|
||||
real_owner = defined_class;
|
||||
}
|
||||
}
|
||||
|
||||
/* make ne me */
|
||||
new_orig_me = ALLOC(rb_method_entry_t);
|
||||
|
|
Загрузка…
Ссылка в новой задаче