diff options
author | Christian <c@ethdev.com> | 2015-01-30 02:32:32 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-01-30 04:33:46 +0800 |
commit | 9f8c2620da10aa6dc3ab92de2b4aba7a9aa53be4 (patch) | |
tree | b26db393d8e8ac2bbd1fc0e76d83c41323c05498 /ExpressionCompiler.h | |
parent | 4e72a775469ea0e97475460997336de2e3af80df (diff) | |
download | dexon-solidity-9f8c2620da10aa6dc3ab92de2b4aba7a9aa53be4.tar.gz dexon-solidity-9f8c2620da10aa6dc3ab92de2b4aba7a9aa53be4.tar.zst dexon-solidity-9f8c2620da10aa6dc3ab92de2b4aba7a9aa53be4.zip |
Whitespace and error messages.
Diffstat (limited to 'ExpressionCompiler.h')
-rw-r--r-- | ExpressionCompiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h index 18c3817a..caecbfe8 100644 --- a/ExpressionCompiler.h +++ b/ExpressionCompiler.h @@ -95,8 +95,8 @@ private: /// Appends code that copies the given arguments to memory (with optional offset). /// @returns the number of bytes copied to memory unsigned appendArgumentCopyToMemory(TypePointers const& _types, - std::vector<ASTPointer<Expression const>> const& _arguments, - unsigned _memoryOffset = 0); + std::vector<ASTPointer<Expression const>> const& _arguments, + unsigned _memoryOffset = 0); /// Appends code that evaluates a single expression and copies it to memory (with optional offset). /// @returns the number of bytes copied to memory unsigned appendExpressionCopyToMemory(Type const& _expectedType, Expression const& _expression, |