diff options
author | Christian <c@ethdev.com> | 2014-12-17 22:15:04 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-12-17 22:15:04 +0800 |
commit | 1d1e6128351549e9eee81da3f301134dc5cd577d (patch) | |
tree | d22e1cc72985268f6a24c11e0ab686ac42b75b37 /CallGraph.h | |
parent | b2e3771598c985afac1aa76b32e67ad2744f7cf1 (diff) | |
download | dexon-solidity-1d1e6128351549e9eee81da3f301134dc5cd577d.tar dexon-solidity-1d1e6128351549e9eee81da3f301134dc5cd577d.tar.gz dexon-solidity-1d1e6128351549e9eee81da3f301134dc5cd577d.tar.bz2 dexon-solidity-1d1e6128351549e9eee81da3f301134dc5cd577d.tar.lz dexon-solidity-1d1e6128351549e9eee81da3f301134dc5cd577d.tar.xz dexon-solidity-1d1e6128351549e9eee81da3f301134dc5cd577d.tar.zst dexon-solidity-1d1e6128351549e9eee81da3f301134dc5cd577d.zip |
Whitespace change.
Diffstat (limited to 'CallGraph.h')
-rw-r--r-- | CallGraph.h | 6 |
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 |