mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
formatting
This commit is contained in:
@@ -1797,7 +1797,9 @@ gb_internal void add_type_and_value(CheckerContext *ctx, Ast *expr, AddressingMo
|
||||
}
|
||||
|
||||
expr = unparen_expr(expr);
|
||||
if(!expr) break;
|
||||
if (expr == nullptr) {
|
||||
break;
|
||||
};
|
||||
}
|
||||
mutex_unlock(mutex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user