Skip to content

Commit f330782

Browse files
committed
Fix style
1 parent a5b0bbd commit f330782

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gc/mmtk.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,9 @@ rb_mmtk_obj_free_iter_wrapper(VALUE obj, void *data)
558558
// Shutdown
559559
static void each_object(struct objspace *objspace, int (*func)(VALUE, void *), void *data);
560560

561-
void rb_gc_impl_shutdown_free_objects(void *objspace_ptr) {
561+
void
562+
rb_gc_impl_shutdown_free_objects(void *objspace_ptr)
563+
{
562564
mmtk_set_gc_enabled(false);
563565
each_object(objspace_ptr, rb_mmtk_obj_free_iter_wrapper, objspace_ptr);
564566
mmtk_set_gc_enabled(true);

0 commit comments

Comments
 (0)