From a0ec9c66801f27ce5436c35c120f86215ca7977f Mon Sep 17 00:00:00 2001 From: liana Date: Fri, 16 Jan 2015 13:07:16 +0100 Subject: [PATCH] removed spaces --- ExpressionCompiler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExpressionCompiler.cpp b/ExpressionCompiler.cpp index 4eed68ea4..775d59a37 100644 --- a/ExpressionCompiler.cpp +++ b/ExpressionCompiler.cpp @@ -812,8 +812,8 @@ void ExpressionCompiler::LValue::setToZero(Expression const& _expression) const << errinfo_comment("Stack too deep.")); solAssert(stackDiff <= m_size, ""); for (unsigned i = 0; i < m_size; ++i) - *m_context << u256(0) << eth::swapInstruction(stackDiff + (m_size - i) ) << eth::Instruction::POP; - + *m_context << u256(0) << eth::swapInstruction(stackDiff + (m_size - i) ) + << eth::Instruction::POP; break; } case LValue::STORAGE: