From 1262cba8c47491bfafc4f8d3a52a7b865a3dd0e1 Mon Sep 17 00:00:00 2001 From: github action Date: Thu, 18 Jun 2026 17:36:53 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- src/V3AstInlines.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/V3AstInlines.h b/src/V3AstInlines.h index 7aab9197d..938d93e65 100644 --- a/src/V3AstInlines.h +++ b/src/V3AstInlines.h @@ -163,8 +163,7 @@ bool AstVar::sameNode(const AstNode* samep) const { return m_name == asamep->m_name && varType() == asamep->varType(); } -AstDecoder::AstDecoder(FileLine* fl, AstNodeExpr* indexp, AstVarScope* matchp, - AstVarScope* valuep) +AstDecoder::AstDecoder(FileLine* fl, AstNodeExpr* indexp, AstVarScope* matchp, AstVarScope* valuep) : ASTGEN_SUPER_Decoder(fl) { this->indexp(indexp); this->matchp(new AstVarRef{fl, matchp, VAccess::READ});