summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-13 09:50:34 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-13 09:50:34 +0900
commitaec93417f04a1726ac4491dd33821a383e4bdb5c (patch)
treef469443bef2e4970a499b677ed7de0d4eb58cd05 /gc.c
parentac656bc2bda6c7879b4b2170b7c2386a08112689 (diff)
* expand tabs.
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 1758b3ff4f..77d6e5b4d4 100644
--- a/gc.c
+++ b/gc.c
@@ -7130,7 +7130,7 @@ gc_rest(rb_objspace_t *objspace)
if (marking || sweeping) {
gc_enter(objspace, "gc_rest");
- if (RGENGC_CHECK_MODE >= 2) gc_verify_internal_consistency(objspace);
+ if (RGENGC_CHECK_MODE >= 2) gc_verify_internal_consistency(objspace);
if (is_incremental_marking(objspace)) {
PUSH_MARK_FUNC_DATA(NULL);