mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Line break.
This commit is contained in:
parent
5216a9bc67
commit
820239a73c
@ -476,7 +476,8 @@ void ArrayUtils::accessIndex(ArrayType const& _arrayType) const
|
|||||||
case ArrayType::Location::CallData:
|
case ArrayType::Location::CallData:
|
||||||
if (!_arrayType.isByteArray())
|
if (!_arrayType.isByteArray())
|
||||||
m_context
|
m_context
|
||||||
<< eth::Instruction::SWAP1 << _arrayType.getBaseType()->getCalldataEncodedSize()
|
<< eth::Instruction::SWAP1
|
||||||
|
<< _arrayType.getBaseType()->getCalldataEncodedSize()
|
||||||
<< eth::Instruction::MUL;
|
<< eth::Instruction::MUL;
|
||||||
m_context << eth::Instruction::ADD;
|
m_context << eth::Instruction::ADD;
|
||||||
if (_arrayType.getBaseType()->isValueType())
|
if (_arrayType.getBaseType()->isValueType())
|
||||||
|
Loading…
Reference in New Issue
Block a user