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@65149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3d1a3a5df
commit
9fa69f7e52
1 changed files with 2 additions and 2 deletions
4
gc.c
4
gc.c
|
@ -9613,8 +9613,8 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
|
||||||
IMEMO_NAME(ment);
|
IMEMO_NAME(ment);
|
||||||
IMEMO_NAME(iseq);
|
IMEMO_NAME(iseq);
|
||||||
IMEMO_NAME(tmpbuf);
|
IMEMO_NAME(tmpbuf);
|
||||||
IMEMO_NAME(ast);
|
IMEMO_NAME(ast);
|
||||||
IMEMO_NAME(parser_strterm);
|
IMEMO_NAME(parser_strterm);
|
||||||
#undef IMEMO_NAME
|
#undef IMEMO_NAME
|
||||||
default: UNREACHABLE;
|
default: UNREACHABLE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue