From bdb48b856744287c0624bb956a6254e4567d69ed Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 11 May 2016 15:48:59 -0400 Subject: Removed trailing space --- docs/control-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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; } } -- cgit v1.2.3