зеркало из https://github.com/github/ruby.git
variable.c: fix indent
* variable.c (rb_ivar_count, rb_autoloading_value): fix indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fb120181f6
Коммит
52d85c1014
|
@ -1227,7 +1227,7 @@ rb_ivar_count(VALUE obj)
|
|||
}
|
||||
}
|
||||
return count;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case T_CLASS:
|
||||
case T_MODULE:
|
||||
|
@ -1627,9 +1627,9 @@ rb_autoloading_value(VALUE mod, ID id, VALUE* value)
|
|||
}
|
||||
if (ele->thread == rb_thread_current()) {
|
||||
if (ele->value != Qundef) {
|
||||
if (value) {
|
||||
*value = ele->value;
|
||||
}
|
||||
if (value) {
|
||||
*value = ele->value;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче