Tab whitespace cleanup (again)

This commit is contained in:
Rhett Aultman 2016-11-27 18:50:42 -08:00 committed by Rhett Aultman
parent ce3082dec2
commit 9e88f1eebe

View File

@ -187,7 +187,8 @@ bool CompilerStack::parse()
BOOST_THROW_EXCEPTION(DeclarationError() << BOOST_THROW_EXCEPTION(DeclarationError() <<
errinfo_sourceLocation(contract->location()) << errinfo_sourceLocation(contract->location()) <<
errinfo_comment(contract->name() + " is already defined.") << 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; m_contracts[contract->name()].contract = contract;
} }