aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-09-03 21:01:15 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-09-04 17:30:30 +0800
commita102f3b783dec236e9a733f5a5338efce3ef8319 (patch)
treeb4e6793dce0005920b5ba1ce46d538883057be8d /docs/units-and-global-variables.rst
parent2783905babfbe2fd01ff5f7b2a2499bd13754f10 (diff)
downloaddexon-solidity-a102f3b783dec236e9a733f5a5338efce3ef8319.tar.gz
dexon-solidity-a102f3b783dec236e9a733f5a5338efce3ef8319.tar.zst
dexon-solidity-a102f3b783dec236e9a733f5a5338efce3ef8319.zip
Remove trailing whitespace for all files in the repository.
Diffstat (limited to 'docs/units-and-global-variables.rst')
-rw-r--r--docs/units-and-global-variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst
index 28c9e6ab..55911dc6 100644
--- a/docs/units-and-global-variables.rst
+++ b/docs/units-and-global-variables.rst
@@ -191,8 +191,8 @@ For more information, see the section on :ref:`address`.
must align in order for the called contract to correctly access the storage variables of the calling contract by name.
This is of course not the case if storage pointers are passed as function arguments as in the case for
the high-level libraries.
-
-
+
+
.. note::
The use of ``callcode`` is discouraged and will be removed in the future.