summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-18 05:51:35 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-18 05:51:35 +0000
commit9fa69f7e52c366f33ad4827f84d0bfd79d37b7c9 (patch)
tree9108659688a8a3302524af4c7ce64688b7260a4a
parentd3d1a3a5df3f85ec32ca91b082376508a9fdb9bf (diff)
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index d47dff6db4..f6f5617dd8 100644
--- a/gc.c
+++ b/gc.c
@@ -9613,8 +9613,8 @@ rb_raw_obj_info(char *buff, const int buff_size, VALUE obj)
IMEMO_NAME(ment);
IMEMO_NAME(iseq);
IMEMO_NAME(tmpbuf);
- IMEMO_NAME(ast);
- IMEMO_NAME(parser_strterm);
+ IMEMO_NAME(ast);
+ IMEMO_NAME(parser_strterm);
#undef IMEMO_NAME
default: UNREACHABLE;
}