clang-format

This commit is contained in:
Wilson Snyder 2020-07-26 17:50:31 -04:00
parent edf6a40f19
commit 0c70f0c786

View File

@ -2442,7 +2442,7 @@ public:
class AstModule : public AstNodeModule {
// A module declaration
private:
bool m_isProgram; // Module represents a program
bool m_isProgram; // Module represents a program
public:
AstModule(FileLine* fl, const string& name, bool program = false)
: ASTGEN_SUPER(fl, name)