Apply 'make format'

This commit is contained in:
github action 2024-09-14 00:46:48 +00:00
parent 0fe8c73d19
commit 9b9a554489

View File

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