Fix indentation broken in 53eaa67 [ci skip]
This commit is contained in:
parent
ef42e04a1a
commit
e7fbdf8187
@ -1655,11 +1655,11 @@ rb_gc_impl_garbage_object_p(void *objspace_ptr, VALUE ptr)
|
|||||||
|
|
||||||
asan_unpoisoning_object(ptr) {
|
asan_unpoisoning_object(ptr) {
|
||||||
switch (BUILTIN_TYPE(ptr)) {
|
switch (BUILTIN_TYPE(ptr)) {
|
||||||
case T_NONE:
|
case T_NONE:
|
||||||
case T_MOVED:
|
case T_MOVED:
|
||||||
case T_ZOMBIE:
|
case T_ZOMBIE:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user