mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
some more style fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user