Remove as much trailing whitespace as possible.

Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
Sean Bright
2017-12-22 09:23:22 -05:00
parent 9ef97b5a91
commit fd0ca1c3f9
700 changed files with 9249 additions and 9661 deletions

View File

@@ -35,7 +35,7 @@ int sip_parse_register_line(struct sip_registry *reg, int default_expiry, const
/*!
* \brief parses a config line for a host with a transport
*
* An example input would be:
* An example input would be:
* <code>tls://www.google.com:8056</code>
*
* \retval 0 on success

View File

@@ -39,4 +39,3 @@ extern struct ast_channel_tech sip_tech;
extern struct ast_channel_tech sip_tech_info;
#endif /* !defined(SIP_GLOBALS_H) */

View File

@@ -60,7 +60,7 @@ AST_LIST_HEAD_NOLOCK(contactliststruct, contact);
* - If the URI contains a port number, hostport will return with both
* parts, host:port.
* - This function overwrites the URI string.
*
*
* \retval 0 on success
* \retval -1 on error.
*