mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Apply 'make format'
This commit is contained in:
parent
0fe8c73d19
commit
9b9a554489
@ -3273,7 +3273,8 @@ class AstStop final : public AstNodeStmt {
|
||||
const bool m_isFatal; // $fatal not $stop
|
||||
public:
|
||||
AstStop(FileLine* fl, bool isFatal)
|
||||
: ASTGEN_SUPER_Stop(fl), m_isFatal(isFatal) {}
|
||||
: ASTGEN_SUPER_Stop(fl)
|
||||
, m_isFatal(isFatal) {}
|
||||
ASTGEN_MEMBERS_AstStop;
|
||||
void dump(std::ostream& str) const override;
|
||||
void dumpJson(std::ostream& str) const override;
|
||||
|
Loading…
Reference in New Issue
Block a user