summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2022-09-27 01:21:58 +0900
committergit <svn-admin@ruby-lang.org>2022-09-27 01:21:58 +0900
commit830b5b5c351c5c6efa5ad461ae4ec5085e5f0275 (patch)
tree38bcfe1ad1ab2999966be22422c6db0f8b694bef /gc.c
parent9ddfd2ca004d1952be79cf1b84c52c79a55978f4 (diff)
* expand tabs. [ci skip]
Tabs were expanded because the file did not have any tab indentation in unedited lines. Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index 03f936f0d8..77e2d1aeb8 100644
--- a/gc.c
+++ b/gc.c
@@ -3779,8 +3779,8 @@ obj_free(rb_objspace_t *objspace, VALUE obj)
RB_DEBUG_COUNTER_INC(obj_imemo_shape);
break;
}
- }
- return TRUE;
+ }
+ return TRUE;
default:
rb_bug("gc_sweep(): unknown data type 0x%x(%p) 0x%"PRIxVALUE,