Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Oct 15, 2015
1 parent 656e749 commit 2348a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libsolidity/Parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1171,8 +1171,8 @@ void Parser::parserError(string const& _description)
{
auto err = make_shared<Error>(Error::Type::ParserError);
*err <<
errinfo_sourceLocation(SourceLocation(position(), position(), sourceName())) <<
errinfo_comment(_description);
errinfo_sourceLocation(SourceLocation(position(), position(), sourceName())) <<
errinfo_comment(_description);

m_errors.push_back(err);
}
Expand Down

0 comments on commit 2348a4e

Please sign in to comment.