From b23fd0a7c552d6393118e9ec30be847b3b4a8fde Mon Sep 17 00:00:00 2001 From: github action Date: Fri, 19 Jun 2026 07:37:03 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- include/verilated_funcs.h | 2 +- src/V3Premit.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/verilated_funcs.h b/include/verilated_funcs.h index da247b63f..d69bca256 100644 --- a/include/verilated_funcs.h +++ b/include/verilated_funcs.h @@ -270,7 +270,7 @@ static inline VlQueue VL_CVT_UNPACK_TO_Q(const VlUnpacked& 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]; diff --git a/src/V3Premit.cpp b/src/V3Premit.cpp index ca09e98ba..9fcd89ddf 100644 --- a/src/V3Premit.cpp +++ b/src/V3Premit.cpp @@ -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 {