diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-02 04:59:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 04:59:19 +0800 |
commit | e1b695f1998098dc9d06f3f9dc7e9c126e078c40 (patch) | |
tree | c8348bc7c504a6e273ca19ed1fd18cc590fe34a4 /test/compilationTests/zeppelin/token/VestedToken.sol | |
parent | a78565e44fbcb1d2e3244a6100c0da464ca73c19 (diff) | |
parent | 8781990ff3a70934d5dcfad50cfb645fe3473c94 (diff) | |
download | dexon-solidity-e1b695f1998098dc9d06f3f9dc7e9c126e078c40.tar.gz dexon-solidity-e1b695f1998098dc9d06f3f9dc7e9c126e078c40.tar.zst dexon-solidity-e1b695f1998098dc9d06f3f9dc7e9c126e078c40.zip |
Merge pull request #4399 from ethereum/contractWhitespace
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) { |