Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-06-19 07:37:03 +00:00
parent 608379d357
commit b23fd0a7c5
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ static inline VlQueue<T> VL_CVT_UNPACK_TO_Q(const VlUnpacked<T, N_Depth>& q) VL_
}
// Masked match functions
static inline IData VL_MATCHMASKED_I(int , IData lhs, WDataInP matchp) VL_PURE {
static inline IData VL_MATCHMASKED_I(int, IData lhs, WDataInP matchp) VL_PURE {
size_t i = 0;
while (true) {
const IData mask = matchp[i * 2];

View File

@ -352,7 +352,7 @@ class PremitVisitor final : public VNVisitor {
if (!nodep->user1SetOnce()) {
// Don't want this replicated by V3Expand
AstVar* const varp = createTemp(nodep);
varp->noSubst(true); // Do not re-inline in V3Subst
varp->noSubst(true); // Do not re-inline in V3Subst
}
}
void visit(AstCond* nodep) override {