Remove unnecessary indent

This commit is contained in:
gingerBill
2023-06-21 01:33:37 +01:00
parent 8a890fd3d3
commit 735181dc0e
-2
View File
@@ -1665,7 +1665,6 @@ gb_internal Type *check_get_params(CheckerContext *ctx, Scope *scope, Ast *_para
if (operands != nullptr && variables.count < operands->count) { if (operands != nullptr && variables.count < operands->count) {
Operand op = (*operands)[variables.count]; Operand op = (*operands)[variables.count];
{
if (op.expr == nullptr) { if (op.expr == nullptr) {
// NOTE(bill): 2019-03-30 // NOTE(bill): 2019-03-30
// This is just to add the error message to determine_type_from_polymorphic which // This is just to add the error message to determine_type_from_polymorphic which
@@ -1740,7 +1739,6 @@ gb_internal Type *check_get_params(CheckerContext *ctx, Scope *scope, Ast *_para
type = t_invalid; type = t_invalid;
} }
} }
}
if (p->flags&FieldFlag_no_alias) { if (p->flags&FieldFlag_no_alias) {
if (!is_type_pointer(type)) { if (!is_type_pointer(type)) {