mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Tab whitespace cleanup (again)
This commit is contained in:
parent
ce3082dec2
commit
9e88f1eebe
@ -187,7 +187,8 @@ bool CompilerStack::parse()
|
||||
BOOST_THROW_EXCEPTION(DeclarationError() <<
|
||||
errinfo_sourceLocation(contract->location()) <<
|
||||
errinfo_comment(contract->name() + " is already defined.") <<
|
||||
errinfo_secondarySourceLocation(SecondarySourceLocation().append(existingContract->location()), "Previous definition is here:"));
|
||||
errinfo_secondarySourceLocation(
|
||||
SecondarySourceLocation().append(existingContract->location()), "Previous definition is here:"));
|
||||
}
|
||||
m_contracts[contract->name()].contract = contract;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user