Browse Source

Style.

cl-refactor
chriseth 10 years ago
parent
commit
089c9477b4
  1. 3
      libsolidity/ExpressionCompiler.cpp

3
libsolidity/ExpressionCompiler.cpp

@ -1117,7 +1117,8 @@ void ExpressionCompiler::appendExternalFunctionCall(
else else
m_context << eth::Instruction::CALL; m_context << eth::Instruction::CALL;
unsigned remainsSize = 1 + // contract address unsigned remainsSize =
1 + // contract address
_functionType.valueSet() + _functionType.valueSet() +
_functionType.gasSet() + _functionType.gasSet() +
!_functionType.isBareCall(); !_functionType.isBareCall();

Loading…
Cancel
Save