aboutsummaryrefslogtreecommitdiffstats
path: root/ArrayUtils.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-04-16 00:05:14 +0800
committerchriseth <c@ethdev.com>2015-04-16 00:06:41 +0800
commit820239a73c08ceb359e5d7dda9162b7e2f0fcaed (patch)
tree38e7ee45e37d59a1503deb0b45200bcfe614b3f0 /ArrayUtils.cpp
parent5216a9bc678597c0076b2e8615cac43c9077a95e (diff)
downloaddexon-solidity-820239a73c08ceb359e5d7dda9162b7e2f0fcaed.tar.gz
dexon-solidity-820239a73c08ceb359e5d7dda9162b7e2f0fcaed.tar.zst
dexon-solidity-820239a73c08ceb359e5d7dda9162b7e2f0fcaed.zip
Line break.
Diffstat (limited to 'ArrayUtils.cpp')
-rw-r--r--ArrayUtils.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ArrayUtils.cpp b/ArrayUtils.cpp
index 1a91b053..448e4da2 100644
--- a/ArrayUtils.cpp
+++ b/ArrayUtils.cpp
@@ -476,7 +476,8 @@ void ArrayUtils::accessIndex(ArrayType const& _arrayType) const
case ArrayType::Location::CallData:
if (!_arrayType.isByteArray())
m_context
- << eth::Instruction::SWAP1 << _arrayType.getBaseType()->getCalldataEncodedSize()
+ << eth::Instruction::SWAP1
+ << _arrayType.getBaseType()->getCalldataEncodedSize()
<< eth::Instruction::MUL;
m_context << eth::Instruction::ADD;
if (_arrayType.getBaseType()->isValueType())