Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-06-18 17:36:53 +00:00
parent 9f398c4256
commit 1262cba8c4
1 changed files with 1 additions and 2 deletions

View File

@ -163,8 +163,7 @@ bool AstVar::sameNode(const AstNode* samep) const {
return m_name == asamep->m_name && varType() == asamep->varType(); return m_name == asamep->m_name && varType() == asamep->varType();
} }
AstDecoder::AstDecoder(FileLine* fl, AstNodeExpr* indexp, AstVarScope* matchp, AstDecoder::AstDecoder(FileLine* fl, AstNodeExpr* indexp, AstVarScope* matchp, AstVarScope* valuep)
AstVarScope* valuep)
: ASTGEN_SUPER_Decoder(fl) { : ASTGEN_SUPER_Decoder(fl) {
this->indexp(indexp); this->indexp(indexp);
this->matchp(new AstVarRef{fl, matchp, VAccess::READ}); this->matchp(new AstVarRef{fl, matchp, VAccess::READ});