mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
542e63b953
commit
84b49707d6
1 changed files with 2 additions and 2 deletions
4
gc.c
4
gc.c
|
@ -9716,7 +9716,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
|
|||
break;
|
||||
}
|
||||
case T_CLASS:
|
||||
case T_MODULE:
|
||||
case T_MODULE:
|
||||
{
|
||||
VALUE class_path = rb_class_path_cached(obj);
|
||||
if (!NIL_P(class_path)) {
|
||||
|
@ -9724,7 +9724,7 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
|
|||
}
|
||||
break;
|
||||
}
|
||||
case T_ICLASS:
|
||||
case T_ICLASS:
|
||||
{
|
||||
VALUE class_path = rb_class_path_cached(RBASIC_CLASS(obj));
|
||||
if (!NIL_P(class_path)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue