From 529ed468df4c8fc9947cf92b42a5da84c7434b49 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 25 Jun 2015 17:22:28 +0200 Subject: Style. --- CompilerUtils.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CompilerUtils.cpp') diff --git a/CompilerUtils.cpp b/CompilerUtils.cpp index b5dcfdc2..baddbb12 100644 --- a/CompilerUtils.cpp +++ b/CompilerUtils.cpp @@ -411,7 +411,8 @@ void CompilerUtils::convertType(Type const& _typeOnStack, Type const& _targetTyp break; } default: - solAssert(false, + solAssert( + false, "Invalid type conversion " + _typeOnStack.toString(false) + " to " + -- cgit v1.2.3