mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Align styles [ci skip]
This commit is contained in:
parent
427ede2dde
commit
2e3f81838c
9 changed files with 56 additions and 27 deletions
|
@ -460,7 +460,8 @@ gccct_method_search(rb_execution_context_t *ec, VALUE recv, ID mid, const struct
|
|||
|
||||
if (NAMESPACE_USER_P(ns)) {
|
||||
ns_value = ns->ns_object;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
ns_value = 0;
|
||||
}
|
||||
// search global method cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue