diff options
author | Christian <c@ethdev.com> | 2014-10-17 05:49:45 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-17 18:37:51 +0800 |
commit | a7f9815c0f68a7cb9571193ded851fbedb418422 (patch) | |
tree | 09adba8ef0aa273f5a84251ed53662b7d7fe3972 /ASTPrinter.h | |
parent | 8a506b505f4725e8a76bbad8399562099e4510c3 (diff) | |
download | dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.gz dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.bz2 dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.lz dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.xz dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.zst dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.zip |
Coding style and cleanup
Diffstat (limited to 'ASTPrinter.h')
-rw-r--r-- | ASTPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ASTPrinter.h b/ASTPrinter.h index 52f34991..00c681f3 100644 --- a/ASTPrinter.h +++ b/ASTPrinter.h @@ -30,7 +30,7 @@ namespace dev namespace solidity { -class ASTPrinter : public ASTVisitor +class ASTPrinter: public ASTVisitor { public: /// Create a printer for the given abstract syntax tree. If the source is specified, |