mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
adjust indent and style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9625a2f8a
commit
27bfb11d0d
1 changed files with 2 additions and 1 deletions
3
class.c
3
class.c
|
@ -879,7 +879,8 @@ include_modules_at(const VALUE klass, VALUE c, VALUE module)
|
|||
|
||||
if (BUILTIN_TYPE(module) == T_ICLASS) {
|
||||
rb_module_add_to_subclasses_list(RBASIC(module)->klass, iclass);
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
rb_module_add_to_subclasses_list(module, iclass);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue