mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Minor code style change
This commit is contained in:
+2
-2
@@ -575,8 +575,8 @@ void check_struct_type(CheckerContext *ctx, Type *struct_type, Ast *node, Array<
|
|||||||
context = str_lit("struct #raw_union");
|
context = str_lit("struct #raw_union");
|
||||||
}
|
}
|
||||||
|
|
||||||
struct_type->Struct.scope = ctx->scope;
|
struct_type->Struct.scope = ctx->scope;
|
||||||
struct_type->Struct.is_packed = st->is_packed;
|
struct_type->Struct.is_packed = st->is_packed;
|
||||||
struct_type->Struct.polymorphic_params = check_record_polymorphic_params(
|
struct_type->Struct.polymorphic_params = check_record_polymorphic_params(
|
||||||
ctx, st->polymorphic_params,
|
ctx, st->polymorphic_params,
|
||||||
&struct_type->Struct.is_polymorphic,
|
&struct_type->Struct.is_polymorphic,
|
||||||
|
|||||||
Reference in New Issue
Block a user