aboutsummaryrefslogtreecommitdiffstats
path: root/ExpressionCompiler.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2015-01-30 02:32:32 +0800
committerChristian <c@ethdev.com>2015-01-30 04:33:46 +0800
commit9f8c2620da10aa6dc3ab92de2b4aba7a9aa53be4 (patch)
treeb26db393d8e8ac2bbd1fc0e76d83c41323c05498 /ExpressionCompiler.h
parent4e72a775469ea0e97475460997336de2e3af80df (diff)
downloaddexon-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.h4
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,