[asterisk-commits] kmoore: branch kmoore/stasis-bridge_events r385995 - /team/kmoore/stasis-brid...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Apr 18 09:04:41 CDT 2013


Author: kmoore
Date: Thu Apr 18 09:04:38 2013
New Revision: 385995

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385995
Log:
Whitespace fixes

Modified:
    team/kmoore/stasis-bridge_events/res/res_stasis.c

Modified: team/kmoore/stasis-bridge_events/res/res_stasis.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/stasis-bridge_events/res/res_stasis.c?view=diff&rev=385995&r1=385994&r2=385995
==============================================================================
--- team/kmoore/stasis-bridge_events/res/res_stasis.c (original)
+++ team/kmoore/stasis-bridge_events/res/res_stasis.c Thu Apr 18 09:04:38 2013
@@ -206,7 +206,7 @@
 	if (!info) {
 		return NULL;
 	}
-	
+
 	info->apps = ao2_container_alloc(APPS_NUM_BUCKETS, app_hash, app_compare);
 	if (!info->apps) {
 		return NULL;
@@ -352,7 +352,7 @@
 		return CMP_MATCH;
 	}
 	snapshot = stasis_message_data(msg);
-	
+
 	/* check to see whether the app is still interested in any of the bridge's channels */
 	common_chan = ao2_callback(app->channels, 0, intersect_app_bridge_cb, snapshot->channels);
 	if (common_chan) {




More information about the asterisk-commits mailing list