diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-12 03:48:59 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-18 23:23:47 +0800 |
commit | bdb48b856744287c0624bb956a6254e4567d69ed (patch) | |
tree | 8a4c831faee06660a9e2600a5781e66ce608acdf | |
parent | bb62a8b3fd841cdf972cdfa77491f646a85099e5 (diff) | |
download | dexon-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
-rw-r--r-- | docs/control-structures.rst | 2 |
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; } } |