mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Remove unnecessary indent
This commit is contained in:
@@ -1665,7 +1665,6 @@ gb_internal Type *check_get_params(CheckerContext *ctx, Scope *scope, Ast *_para
|
||||
|
||||
if (operands != nullptr && variables.count < operands->count) {
|
||||
Operand op = (*operands)[variables.count];
|
||||
{
|
||||
if (op.expr == nullptr) {
|
||||
// NOTE(bill): 2019-03-30
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (p->flags&FieldFlag_no_alias) {
|
||||
if (!is_type_pointer(type)) {
|
||||
|
||||
Reference in New Issue
Block a user