Removing whitespace that causes red dots in reviewboard

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Olle Johansson 16 years ago
parent 0f6b01f914
commit 8c56b871de

@ -786,13 +786,13 @@ enum sipregistrystate {
REG_STATE_REGISTERED, /*!< Registered and done */ REG_STATE_REGISTERED, /*!< Registered and done */
REG_STATE_REJECTED, /*!< Registration rejected * REG_STATE_REJECTED, /*!< Registration rejected
* \note only used when the remote party has an expire larger than * \note only used when the remote party has an expire larger than
* our max-expire. This is a final state from which we do not * our max-expire. This is a final state from which we do not
* recover (not sure how correctly). * recover (not sure how correctly).
*/ */
REG_STATE_TIMEOUT, /*!< Registration timed out * REG_STATE_TIMEOUT, /*!< Registration timed out
* \note XXX unused */ * \note XXX unused */
REG_STATE_NOAUTH, /*!< We have no accepted credentials REG_STATE_NOAUTH, /*!< We have no accepted credentials

Loading…
Cancel
Save