removed spaces

This commit is contained in:
liana
2015-01-16 13:07:16 +01:00
parent 1142b99a64
commit a0ec9c6680
+2 -2
View File
@@ -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: