Internals: Fix missing semis; no functional change

This commit is contained in:
Wilson Snyder
2025-04-02 23:13:43 -04:00
parent 353a4b7b4a
commit f55fee1cf0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -578,7 +578,7 @@ class CaseVisitor final : public VNVisitor {
}
//--------------------
void visit(AstAlways* nodep) override {
VL_RESTORER(m_alwaysp)
VL_RESTORER(m_alwaysp);
m_alwaysp = nodep;
iterateChildren(nodep);
}