[asterisk-commits] rmudgett: trunk r397602 - /trunk/main/bridge_channel.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 23 16:51:21 CDT 2013


Author: rmudgett
Date: Fri Aug 23 16:51:19 2013
New Revision: 397602

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397602
Log:
Blank line tweaks.

Modified:
    trunk/main/bridge_channel.c

Modified: trunk/main/bridge_channel.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/bridge_channel.c?view=diff&rev=397602&r1=397601&r2=397602
==============================================================================
--- trunk/main/bridge_channel.c (original)
+++ trunk/main/bridge_channel.c Fri Aug 23 16:51:19 2013
@@ -1209,10 +1209,9 @@
 				hook, bridge_channel, ast_channel_name(bridge_channel->chan));
 			ao2_unlink(features->dtmf_hooks, hook);
 		}
-
 		testsuite_notify_feature_success(bridge_channel->chan, hook->dtmf.code);
-
 		ao2_ref(hook, -1);
+
 		/*
 		 * If we are handing the channel off to an external hook for
 		 * ownership, we are not guaranteed what kind of state it will




More information about the asterisk-commits mailing list