diff options
author | arkpar <arkady.paronyan@gmail.com> | 2015-03-03 00:34:43 +0800 |
---|---|---|
committer | arkpar <arkady.paronyan@gmail.com> | 2015-03-03 00:34:43 +0800 |
commit | c3def50c9353790f91da431aff61c8c0fc7144d5 (patch) | |
tree | 9dab32b1cdc0276fefd29b980dce1b9ee78836cf /CompilerStack.h | |
parent | da0df69dc39ef69597591a1d719c239826e2bc49 (diff) | |
download | dexon-solidity-c3def50c9353790f91da431aff61c8c0fc7144d5.tar.gz dexon-solidity-c3def50c9353790f91da431aff61c8c0fc7144d5.tar.zst dexon-solidity-c3def50c9353790f91da431aff61c8c0fc7144d5.zip |
style
Diffstat (limited to 'CompilerStack.h')
-rw-r--r-- | CompilerStack.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/CompilerStack.h b/CompilerStack.h index 74617836..2f34ab72 100644 --- a/CompilerStack.h +++ b/CompilerStack.h @@ -31,14 +31,17 @@ #include <libdevcore/Common.h> #include <libdevcore/FixedHash.h> -namespace dev { +namespace dev +{ -namespace eth { - class AssemblyItem; - using AssemblyItems = std::vector<AssemblyItem>; +namespace eth +{ +class AssemblyItem; +using AssemblyItems = std::vector<AssemblyItem>; } -namespace solidity { +namespace solidity +{ // forward declarations class Scanner; |