mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Apply 'make format'
This commit is contained in:
parent
818347f99b
commit
d1658b9e82
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user