mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
5a58318a90
commit
e50e60b96a
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ type2sym(enum ruby_value_type i)
|
|||
CASE_TYPE(T_IMEMO);
|
||||
CASE_TYPE(T_NODE);
|
||||
CASE_TYPE(T_ICLASS);
|
||||
CASE_TYPE(T_MOVED);
|
||||
CASE_TYPE(T_MOVED);
|
||||
CASE_TYPE(T_ZOMBIE);
|
||||
#undef CASE_TYPE
|
||||
default: rb_bug("type2sym: unknown type (%d)", i);
|
||||
|
|
Loading…
Reference in a new issue