Apply 'make format'
This commit is contained in:
parent
c8be50d40b
commit
00f0027c80
|
|
@ -240,9 +240,7 @@ AstVar* V3ParseGrammar::createVariable(FileLine* fileline, const string& name,
|
||||||
} else {
|
} else {
|
||||||
nodep->trace(allTracingOn(nodep->fileline()));
|
nodep->trace(allTracingOn(nodep->fileline()));
|
||||||
}
|
}
|
||||||
if (nodep->varType().isVPIAccessible()) {
|
if (nodep->varType().isVPIAccessible()) { nodep->addAttrsp(GRAMMARP->cloneScopedSigAttr()); }
|
||||||
nodep->addAttrsp(GRAMMARP->cloneScopedSigAttr());
|
|
||||||
}
|
|
||||||
|
|
||||||
// Remember the last variable created, so we can attach attributes to it in later parsing
|
// Remember the last variable created, so we can attach attributes to it in later parsing
|
||||||
GRAMMARP->m_varAttrp = nodep;
|
GRAMMARP->m_varAttrp = nodep;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue