summaryrefslogtreecommitdiff
path: root/res/ari
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 /res/ari
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'res/ari')
-rw-r--r--res/ari/ari_model_validators.h2
-rw-r--r--res/ari/resource_events.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/ari/ari_model_validators.h b/res/ari/ari_model_validators.h
index 093e3f4f5..328349b34 100644
--- a/res/ari/ari_model_validators.h
+++ b/res/ari/ari_model_validators.h
@@ -148,7 +148,7 @@ int ast_ari_validate_list(struct ast_json *json, int (*fn)(struct ast_json *));
/*! @} */
/*!
- * \brief Function type for validator functions. Allows for
+ * \brief Function type for validator functions. Allows for
*/
typedef int (*ari_validator)(struct ast_json *json);
diff --git a/res/ari/resource_events.c b/res/ari/resource_events.c
index 992c562a7..d81067f15 100644
--- a/res/ari/resource_events.c
+++ b/res/ari/resource_events.c
@@ -438,7 +438,7 @@ static int event_session_alloc(struct ast_tcptls_session_instance *ser,
if (register_handler(app, stasis_app_message_handler, session)) {
ast_log(LOG_WARNING, "Stasis registration failed for application: '%s'\n", app);
return event_session_allocation_error_handler(
- session, ERROR_TYPE_STASIS_REGISTRATION, ser);
+ session, ERROR_TYPE_STASIS_REGISTRATION, ser);
}
}