aboutsummaryrefslogtreecommitdiffstats
path: root/CallGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'CallGraph.h')
-rw-r--r--CallGraph.h6
1 files changed, 4 insertions, 2 deletions
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