clang-format
This commit is contained in:
parent
edf6a40f19
commit
0c70f0c786
|
|
@ -2442,7 +2442,7 @@ public:
|
||||||
class AstModule : public AstNodeModule {
|
class AstModule : public AstNodeModule {
|
||||||
// A module declaration
|
// A module declaration
|
||||||
private:
|
private:
|
||||||
bool m_isProgram; // Module represents a program
|
bool m_isProgram; // Module represents a program
|
||||||
public:
|
public:
|
||||||
AstModule(FileLine* fl, const string& name, bool program = false)
|
AstModule(FileLine* fl, const string& name, bool program = false)
|
||||||
: ASTGEN_SUPER(fl, name)
|
: ASTGEN_SUPER(fl, name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue