diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-02 03:57:12 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-08-02 03:57:12 +0800 |
commit | 8781990ff3a70934d5dcfad50cfb645fe3473c94 (patch) | |
tree | 5f27a651bf22c5b1d63067c51aa8b58cbe692d95 /test/compilationTests/zeppelin/token/VestedToken.sol | |
parent | 1f832e068b2d2c79fff870742d867b655b62f691 (diff) | |
download | dexon-solidity-8781990ff3a70934d5dcfad50cfb645fe3473c94.tar dexon-solidity-8781990ff3a70934d5dcfad50cfb645fe3473c94.tar.gz dexon-solidity-8781990ff3a70934d5dcfad50cfb645fe3473c94.tar.bz2 dexon-solidity-8781990ff3a70934d5dcfad50cfb645fe3473c94.tar.lz dexon-solidity-8781990ff3a70934d5dcfad50cfb645fe3473c94.tar.xz dexon-solidity-8781990ff3a70934d5dcfad50cfb645fe3473c94.tar.zst dexon-solidity-8781990ff3a70934d5dcfad50cfb645fe3473c94.zip |
Remove trailing whitespace in all contract files.
Diffstat (limited to 'test/compilationTests/zeppelin/token/VestedToken.sol')
-rw-r--r-- | test/compilationTests/zeppelin/token/VestedToken.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/zeppelin/token/VestedToken.sol b/test/compilationTests/zeppelin/token/VestedToken.sol index ca13b638..7edc7d16 100644 --- a/test/compilationTests/zeppelin/token/VestedToken.sol +++ b/test/compilationTests/zeppelin/token/VestedToken.sol @@ -226,7 +226,7 @@ contract VestedToken is StandardToken, LimitedTransferToken { * @dev Calculate the amount of non vested tokens at a specific time. * @param grant TokenGrant The grant to be checked. * @param time uint64 The time to be checked - * @return An uint256 representing the amount of non vested tokens of a specific grant on the + * @return An uint256 representing the amount of non vested tokens of a specific grant on the * passed time frame. */ function nonVestedTokens(TokenGrant memory grant, uint64 time) private view returns (uint256) { |