forked from github/verilator
Apply 'make format'
This commit is contained in:
parent
2e2b82c052
commit
88d7ca01b0
@ -151,9 +151,7 @@ private:
|
|||||||
virtual void visit(AstInitial* nodep) override {
|
virtual void visit(AstInitial* nodep) override {
|
||||||
// But not AstInitialAutomatic, which remains under the class
|
// But not AstInitialAutomatic, which remains under the class
|
||||||
iterateChildren(nodep);
|
iterateChildren(nodep);
|
||||||
if (m_packageScopep) {
|
if (m_packageScopep) { m_toScopeMoves.push_back(std::make_pair(nodep, m_packageScopep)); }
|
||||||
m_toScopeMoves.push_back(std::make_pair(nodep, m_packageScopep));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void visit(AstNodeMath* nodep) override {} // Short circuit
|
virtual void visit(AstNodeMath* nodep) override {} // Short circuit
|
||||||
|
Loading…
Reference in New Issue
Block a user