summaryrefslogtreecommitdiff
path: root/ext/objspace/objspace.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-23 12:34:10 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-23 12:34:10 +0900
commite50e60b96a90db8dd92a39f89bd1315d63e1515d (patch)
tree423fd9816fffffcc4d56e5b2b62074360d16d8ac /ext/objspace/objspace.c
parent5a58318a9036ae2430d0a6b1d27ff3d3fd7fdf13 (diff)
* expand tabs.
Diffstat (limited to 'ext/objspace/objspace.c')
-rw-r--r--ext/objspace/objspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c
index 1c9341de54..427d2c4e98 100644
--- a/ext/objspace/objspace.c
+++ b/ext/objspace/objspace.c
@@ -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);