From d1658b9e82d57c65092459294d488f6a1a1fb275 Mon Sep 17 00:00:00 2001 From: github action Date: Sun, 13 Nov 2022 14:27:37 +0000 Subject: [PATCH] Apply 'make format' --- src/V3AstNodeOther.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/V3AstNodeOther.h b/src/V3AstNodeOther.h index 77e3c6234..8d5009bea 100644 --- a/src/V3AstNodeOther.h +++ b/src/V3AstNodeOther.h @@ -1630,6 +1630,7 @@ class AstTypedef final : public AstNode { string m_name; string m_tag; // Holds the string of the verilator tag -- used in XML output. bool m_attrPublic = false; + public: AstTypedef(FileLine* fl, const string& name, AstNode* attrsp, VFlagChildDType, AstNodeDType* dtp)