summaryrefslogtreecommitdiff
path: root/channels/sip
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /channels/sip
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/config_parser.c1
-rw-r--r--channels/sip/dialplan_functions.c3
-rw-r--r--channels/sip/include/config_parser.h2
-rw-r--r--channels/sip/include/globals.h1
-rw-r--r--channels/sip/include/reqresp_parser.h2
-rw-r--r--channels/sip/security_events.c1
6 files changed, 3 insertions, 7 deletions
diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c
index 4674901be..211f60016 100644
--- a/channels/sip/config_parser.c
+++ b/channels/sip/config_parser.c
@@ -924,4 +924,3 @@ void sip_config_parser_unregister_tests(void)
AST_TEST_UNREGISTER(sip_parse_host_line_test);
AST_TEST_UNREGISTER(sip_parse_nat_test);
}
-
diff --git a/channels/sip/dialplan_functions.c b/channels/sip/dialplan_functions.c
index 36d4ea9e4..09804ce8a 100644
--- a/channels/sip/dialplan_functions.c
+++ b/channels/sip/dialplan_functions.c
@@ -134,7 +134,7 @@ int sip_acf_channel_read(struct ast_channel *chan, const char *funcname, char *p
AST_APP_ARG(type);
AST_APP_ARG(field);
);
-
+
/* Check for zero arguments */
if (ast_strlen_zero(parse)) {
ast_log(LOG_ERROR, "Cannot call %s without arguments\n", funcname);
@@ -509,4 +509,3 @@ void sip_dialplan_function_unregister_tests(void)
{
AST_TEST_UNREGISTER(test_sip_rtpqos_1);
}
-
diff --git a/channels/sip/include/config_parser.h b/channels/sip/include/config_parser.h
index fd055b145..811f8951c 100644
--- a/channels/sip/include/config_parser.h
+++ b/channels/sip/include/config_parser.h
@@ -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
diff --git a/channels/sip/include/globals.h b/channels/sip/include/globals.h
index d7c9f13d0..3c3ba47bd 100644
--- a/channels/sip/include/globals.h
+++ b/channels/sip/include/globals.h
@@ -39,4 +39,3 @@ extern struct ast_channel_tech sip_tech;
extern struct ast_channel_tech sip_tech_info;
#endif /* !defined(SIP_GLOBALS_H) */
-
diff --git a/channels/sip/include/reqresp_parser.h b/channels/sip/include/reqresp_parser.h
index eb2eb1eb7..338824a53 100644
--- a/channels/sip/include/reqresp_parser.h
+++ b/channels/sip/include/reqresp_parser.h
@@ -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.
*
diff --git a/channels/sip/security_events.c b/channels/sip/security_events.c
index 86ab6c2f5..86ba413d3 100644
--- a/channels/sip/security_events.c
+++ b/channels/sip/security_events.c
@@ -356,4 +356,3 @@ int sip_report_security_event(const char *peer, struct ast_sockaddr *addr, const
return result;
}
-