summaryrefslogtreecommitdiff
path: root/main/cel.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-10-03 18:51:33 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-10-03 18:51:33 +0000
commit7e698f1f42858d707047455f6f87ca16f105efd2 (patch)
tree87c57e82b5b4c07fb92911b66eeb20e80f59fe29 /main/cel.c
parentc3b1d8f8c18809b8fbab37bad1ebdccbe49b951d (diff)
cel: Some whitespace cleanups
........ Merged revisions 400398 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400399 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/cel.c')
-rw-r--r--main/cel.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/main/cel.c b/main/cel.c
index 0b5e816d1..79752aaaa 100644
--- a/main/cel.c
+++ b/main/cel.c
@@ -1365,13 +1365,13 @@ static void cel_local_cb(
static void destroy_subscriptions(void)
{
- stasis_message_router_unsubscribe_and_join(cel_state_router);
- cel_state_router = NULL;
+ stasis_message_router_unsubscribe_and_join(cel_state_router);
+ cel_state_router = NULL;
- ao2_cleanup(cel_aggregation_topic);
- cel_aggregation_topic = NULL;
- ao2_cleanup(cel_topic);
- cel_topic = NULL;
+ ao2_cleanup(cel_aggregation_topic);
+ cel_aggregation_topic = NULL;
+ ao2_cleanup(cel_topic);
+ cel_topic = NULL;
cel_channel_forwarder = stasis_forward_cancel(cel_channel_forwarder);
cel_bridge_forwarder = stasis_forward_cancel(cel_bridge_forwarder);
@@ -1385,9 +1385,9 @@ static void ast_cel_engine_term(void)
aco_info_destroy(&cel_cfg_info);
ao2_global_obj_release(cel_configs);
- ast_cli_unregister(&cli_status);
- ao2_cleanup(cel_dialstatus_store);
- cel_dialstatus_store = NULL;
+ ast_cli_unregister(&cli_status);
+ ao2_cleanup(cel_dialstatus_store);
+ cel_dialstatus_store = NULL;
ao2_cleanup(linkedids);
linkedids = NULL;
ao2_cleanup(cel_backends);