From a7f9815c0f68a7cb9571193ded851fbedb418422 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 16 Oct 2014 23:49:45 +0200 Subject: Coding style and cleanup --- ASTPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ASTPrinter.h') 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, -- cgit v1.2.3