Formatting

This commit is contained in:
Victor Sohier
2024-05-05 21:15:41 -04:00
parent 8e4f9cb777
commit a9b18c1ec0

View File

@@ -1416,10 +1416,7 @@ gb_internal bool is_polymorphic_type_assignable(CheckerContext *c, Type *poly, T
case StructSoa_Fixed:
if (modify_type) {
bool breakpoint = true;
Type *type = make_soa_struct_fixed(
c, nullptr, poly->Struct.node,
poly->Struct.soa_elem, poly->Struct.soa_count,
nullptr);
Type *type = make_soa_struct_fixed(c, nullptr, poly->Struct.node, poly->Struct.soa_elem, poly->Struct.soa_count, nullptr);
gb_memmove(poly, type, gb_size_of(*type));
}
break;