Apply 'make format' [ci skip]
This commit is contained in:
parent
9f398c4256
commit
1262cba8c4
|
|
@ -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});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue