Fix indentation broken in 53eaa67 [ci skip]

This commit is contained in:
Peter Zhu 2024-09-03 13:45:54 -04:00
parent ef42e04a1a
commit e7fbdf8187

View File

@ -1655,11 +1655,11 @@ rb_gc_impl_garbage_object_p(void *objspace_ptr, VALUE ptr)
asan_unpoisoning_object(ptr) {
switch (BUILTIN_TYPE(ptr)) {
case T_NONE:
case T_MOVED:
case T_ZOMBIE:
case T_NONE:
case T_MOVED:
case T_ZOMBIE:
return true;
default:
default:
break;
}
}