mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
removed spaces
This commit is contained in:
parent
1142b99a64
commit
a0ec9c6680
@ -812,8 +812,8 @@ void ExpressionCompiler::LValue::setToZero(Expression const& _expression) const
|
|||||||
<< errinfo_comment("Stack too deep."));
|
<< errinfo_comment("Stack too deep."));
|
||||||
solAssert(stackDiff <= m_size, "");
|
solAssert(stackDiff <= m_size, "");
|
||||||
for (unsigned i = 0; i < m_size; ++i)
|
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;
|
break;
|
||||||
}
|
}
|
||||||
case LValue::STORAGE:
|
case LValue::STORAGE:
|
||||||
|
Loading…
Reference in New Issue
Block a user