mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Apply 'make format'
This commit is contained in:
+1
-3
@@ -151,9 +151,7 @@ private:
|
||||
virtual void visit(AstInitial* nodep) override {
|
||||
// But not AstInitialAutomatic, which remains under the class
|
||||
iterateChildren(nodep);
|
||||
if (m_packageScopep) {
|
||||
m_toScopeMoves.push_back(std::make_pair(nodep, m_packageScopep));
|
||||
}
|
||||
if (m_packageScopep) { m_toScopeMoves.push_back(std::make_pair(nodep, m_packageScopep)); }
|
||||
}
|
||||
|
||||
virtual void visit(AstNodeMath* nodep) override {} // Short circuit
|
||||
|
||||
Reference in New Issue
Block a user