From 24e5dcc352e9ce9569138dfa5af96fbf72ad3604 Mon Sep 17 00:00:00 2001 From: liangdzou Date: Wed, 19 Sep 2018 00:04:11 +0800 Subject: fix code format problems --- liblll/Compiler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'liblll/Compiler.cpp') diff --git a/liblll/Compiler.cpp b/liblll/Compiler.cpp index 657f58b8..f944adbd 100644 --- a/liblll/Compiler.cpp +++ b/liblll/Compiler.cpp @@ -90,7 +90,8 @@ std::string dev::lll::compileLLLToAsm(std::string const& _src, EVMVersion _evmVe } catch (std::exception const& _e) { - if (_errors) { + if (_errors) + { _errors->push_back("Parse exception."); _errors->push_back(boost::diagnostic_information(_e)); } -- cgit