[asterisk-commits] rmudgett: trunk r400399 - in /trunk: ./ main/cel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 3 13:51:34 CDT 2013
Author: rmudgett
Date: Thu Oct 3 13:51:33 2013
New Revision: 400399
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=400399
Log:
cel: Some whitespace cleanups
........
Merged revisions 400398 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/main/cel.c
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-merged (original)
+++ branch-12-merged Thu Oct 3 13:51:33 2013
@@ -1,1 +1,1 @@
-/branches/12:1-398558,398560-398577,398579-399305,399307-400181,400194,400196,400205,400217,400227,400236,400245,400254,400256,400265,400268,400270,400281,400284,400286,400291,400303,400312,400316,400318-400319,400356,400362,400373,400384,400395
+/branches/12:1-398558,398560-398577,398579-399305,399307-400181,400194,400196,400205,400217,400227,400236,400245,400254,400256,400265,400268,400270,400281,400284,400286,400291,400303,400312,400316,400318-400319,400356,400362,400373,400384,400395,400398
Modified: trunk/main/cel.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/cel.c?view=diff&rev=400399&r1=400398&r2=400399
==============================================================================
--- trunk/main/cel.c (original)
+++ trunk/main/cel.c Thu Oct 3 13:51:33 2013
@@ -1365,13 +1365,13 @@
static void destroy_subscriptions(void)
{
- 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;
+ 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;
cel_channel_forwarder = stasis_forward_cancel(cel_channel_forwarder);
cel_bridge_forwarder = stasis_forward_cancel(cel_bridge_forwarder);
@@ -1385,9 +1385,9 @@
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);
More information about the asterisk-commits
mailing list