aboutsummaryrefslogtreecommitdiffstats
path: root/docs/units-and-global-variables.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-04 18:03:41 +0800
committerGitHub <noreply@github.com>2018-09-04 18:03:41 +0800
commitf27d7edfd605ac04e04eafded93a9a4e81f20122 (patch)
tree2a1d574620753aa4be93f60bb9372fe0d48257fe /docs/units-and-global-variables.rst
parent2783905babfbe2fd01ff5f7b2a2499bd13754f10 (diff)
parentb4a02522a46a774d0bd201c5a9c312bf3aeb2565 (diff)
downloaddexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar
dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.gz
dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.bz2
dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.lz
dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.xz
dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.tar.zst
dexon-solidity-f27d7edfd605ac04e04eafded93a9a4e81f20122.zip
Merge pull request #4882 from ethereum/removeTrailingWhitespace
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.