some more style fixes

This commit is contained in:
LianaHus
2015-10-15 16:27:26 +02:00
parent 3871e77946
commit 162d021c3f
7 changed files with 14 additions and 27 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ private:
ASTPointer<SourceUnit> Parser::parse(shared_ptr<Scanner> const& _scanner)
{
try{
try
{
m_scanner = _scanner;
ASTNodeFactory nodeFactory(*this);
vector<ASTPointer<ASTNode>> nodes;