Skip to content

Commit

Permalink
fix spaces in coments
Browse files Browse the repository at this point in the history
  • Loading branch information
RostyslavBortman committed Aug 29, 2018
1 parent be7bfc9 commit 27472c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/tokens/StdDaoToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ contract StdDaoToken is DetailedERC20, PausableToken, CopyOnWriteToken, ITokenVo
return super.getBalanceAtEventStart(_votingID, _owner);
}

/**
* @notice This function should be called only when token not paused
/**
* @notice This function should be called only when token not paused
* @param _to address
* @param _value amount of tokens which will be transfered
* @return true
Expand All @@ -108,8 +108,8 @@ contract StdDaoToken is DetailedERC20, PausableToken, CopyOnWriteToken, ITokenVo

// transfer tokens from _from to _to address
/**
* @notice This function should be called only when token not paused
* @param _from address
* @notice This function should be called only when token not paused
* @param _from address
* @param _to address
* @param _value amount of tokens which will be transfered
* @return true
Expand Down

0 comments on commit 27472c6

Please sign in to comment.