formatting

This commit is contained in:
smoke-y
2025-09-05 21:28:49 +05:30
parent c01ba41955
commit 5f60e7cdc0

View File

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