aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CallGraph.cpp6
-rw-r--r--CallGraph.h6
2 files changed, 8 insertions, 4 deletions
diff --git a/CallGraph.cpp b/CallGraph.cpp
index 48666ca7..b30afb61 100644
--- a/CallGraph.cpp
+++ b/CallGraph.cpp
@@ -26,8 +26,10 @@
using namespace std;
-namespace dev {
-namespace solidity {
+namespace dev
+{
+namespace solidity
+{
void CallGraph::addFunction(FunctionDefinition const& _function)
{
diff --git a/CallGraph.h b/CallGraph.h
index 986e4dc4..f7af64bf 100644
--- a/CallGraph.h
+++ b/CallGraph.h
@@ -25,8 +25,10 @@
#include <boost/range/iterator_range.hpp>
#include <libsolidity/ASTVisitor.h>
-namespace dev {
-namespace solidity {
+namespace dev
+{
+namespace solidity
+{
/**
* Can be used to compute the graph of calls (or rather references) between functions of the same