mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjusted indents [ci skip]
This commit is contained in:
parent
f3e927b0cc
commit
1fb16dbb6e
1 changed files with 17 additions and 18 deletions
3
gc.c
3
gc.c
|
@ -4207,7 +4207,7 @@ gc_page_sweep(rb_objspace_t *objspace, rb_heap_t *heap, struct heap_page *sweep_
|
|||
asan_unpoison_object(vp, false);
|
||||
if (bitset & 1) {
|
||||
switch (BUILTIN_TYPE(vp)) {
|
||||
default: { /* majority case */
|
||||
default: /* majority case */
|
||||
gc_report(2, objspace, "page_sweep: free %p\n", (void *)p);
|
||||
#if RGENGC_CHECK_MODE
|
||||
if (!is_full_marking(objspace)) {
|
||||
|
@ -4226,7 +4226,6 @@ gc_page_sweep(rb_objspace_t *objspace, rb_heap_t *heap, struct heap_page *sweep_
|
|||
asan_poison_object(vp);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
/* minor cases */
|
||||
case T_ZOMBIE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue