aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/control-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 1bb0f71a..e59ed801 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -51,7 +51,7 @@ all function arguments have to be copied to memory.
When calling functions
of other contracts, the amount of Wei sent with the call and the gas can be specified::
-
+
contract InfoFeed {
function info() returns (uint ret) { return 42; }
}