aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-12 03:48:59 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-18 23:23:47 +0800
commitbdb48b856744287c0624bb956a6254e4567d69ed (patch)
tree8a4c831faee06660a9e2600a5781e66ce608acdf /docs
parentbb62a8b3fd841cdf972cdfa77491f646a85099e5 (diff)
downloaddexon-solidity-bdb48b856744287c0624bb956a6254e4567d69ed.tar
dexon-solidity-bdb48b856744287c0624bb956a6254e4567d69ed.tar.gz
dexon-solidity-bdb48b856744287c0624bb956a6254e4567d69ed.tar.bz2
dexon-solidity-bdb48b856744287c0624bb956a6254e4567d69ed.tar.lz
dexon-solidity-bdb48b856744287c0624bb956a6254e4567d69ed.tar.xz
dexon-solidity-bdb48b856744287c0624bb956a6254e4567d69ed.tar.zst
dexon-solidity-bdb48b856744287c0624bb956a6254e4567d69ed.zip
Removed trailing space
Diffstat (limited to 'docs')
-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; }
}