mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed indentation.
This commit is contained in:
parent
1d4219d43d
commit
2920a32ae8
@ -245,8 +245,9 @@ void StorageItem::storeValue(Type const& _sourceType, SourceLocation const& _loc
|
|||||||
{
|
{
|
||||||
m_context << eth::Instruction::POP; // remove byte offset
|
m_context << eth::Instruction::POP; // remove byte offset
|
||||||
ArrayUtils(m_context).copyArrayToStorage(
|
ArrayUtils(m_context).copyArrayToStorage(
|
||||||
dynamic_cast<ArrayType const&>(*m_dataType),
|
dynamic_cast<ArrayType const&>(*m_dataType),
|
||||||
dynamic_cast<ArrayType const&>(_sourceType));
|
dynamic_cast<ArrayType const&>(_sourceType)
|
||||||
|
);
|
||||||
if (_move)
|
if (_move)
|
||||||
m_context << eth::Instruction::POP;
|
m_context << eth::Instruction::POP;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user