浏览代码

Formatting

Victor Sohier 1 年之前
父节点
当前提交
a9b18c1ec0
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      src/check_expr.cpp

+ 1 - 4
src/check_expr.cpp

@@ -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;