mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Internals: Style cleanup. Ignore whitespace if diff. No functional change.
This commit is contained in:
+3
-5
@@ -145,11 +145,9 @@ class ReloopVisitor final : public VNVisitor {
|
||||
// VISITORS
|
||||
void visit(AstCFunc* nodep) override {
|
||||
VL_RESTORER(m_cfuncp);
|
||||
{
|
||||
m_cfuncp = nodep;
|
||||
iterateChildren(nodep);
|
||||
mergeEnd(); // Finish last pending merge, if any
|
||||
}
|
||||
m_cfuncp = nodep;
|
||||
iterateChildren(nodep);
|
||||
mergeEnd(); // Finish last pending merge, if any
|
||||
}
|
||||
void visit(AstNodeAssign* nodep) override {
|
||||
if (!m_cfuncp) return;
|
||||
|
||||
Reference in New Issue
Block a user