From 9e88f1eebe27c780c80be06d702eac30e2fc5fa3 Mon Sep 17 00:00:00 2001 From: Rhett Aultman Date: Sun, 27 Nov 2016 18:50:42 -0800 Subject: Tab whitespace cleanup (again) --- libsolidity/interface/CompilerStack.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsolidity/interface/CompilerStack.cpp b/libsolidity/interface/CompilerStack.cpp index dd518860..9c4618e7 100644 --- a/libsolidity/interface/CompilerStack.cpp +++ b/libsolidity/interface/CompilerStack.cpp @@ -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; } -- cgit