aboutsummaryrefslogtreecommitdiffstats
path: root/AST.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AST.cpp')
-rw-r--r--AST.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AST.cpp b/AST.cpp
index da34f3ab..4e87e68f 100644
--- a/AST.cpp
+++ b/AST.cpp
@@ -147,7 +147,7 @@ void ContractDefinition::checkDuplicateFunctions() const
SecondarySourceLocation ssl;
auto it = functions[getName()].begin();
++it;
- for(; it != functions[getName()].end(); ++it)
+ for (; it != functions[getName()].end(); ++it)
ssl.append("Another declaration is here:", (*it)->getLocation());
BOOST_THROW_EXCEPTION(