Apply 'make format'

This commit is contained in:
github action 2022-11-13 14:27:37 +00:00
parent 818347f99b
commit d1658b9e82

View File

@ -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)