From 9967ae4038c52724e7e16cea49799bd5508615c5 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 9 Sep 2015 16:15:35 +0200 Subject: Stylistic corrections. --- libsolidity/AST.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsolidity') diff --git a/libsolidity/AST.cpp b/libsolidity/AST.cpp index ae125e52..25d2ccd8 100644 --- a/libsolidity/AST.cpp +++ b/libsolidity/AST.cpp @@ -569,7 +569,7 @@ void VariableDeclaration::checkTypeRequirements() if (!constImplemented) BOOST_THROW_EXCEPTION(createTypeError( "Illegal use of \"constant\" specifier. \"constant\" " - " is not yet implemented for this type." + "is not yet implemented for this type." )); } } -- cgit