[svn-commits] kmoore: branch kmoore/bridge_construction-cel_bridging r389552 - /team/kmoore...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 23 11:01:21 CDT 2013


Author: kmoore
Date: Thu May 23 11:01:18 2013
New Revision: 389552

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389552
Log:
Clean up white space

Modified:
    team/kmoore/bridge_construction-cel_bridging/main/cel.c

Modified: team/kmoore/bridge_construction-cel_bridging/main/cel.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/bridge_construction-cel_bridging/main/cel.c?view=diff&rev=389552&r1=389551&r2=389552
==============================================================================
--- team/kmoore/bridge_construction-cel_bridging/main/cel.c (original)
+++ team/kmoore/bridge_construction-cel_bridging/main/cel.c Thu May 23 11:01:18 2013
@@ -1301,7 +1301,7 @@
 				return;
 			}
 			assoc->track_as_conf = 1;
-	
+
 			ao2_link(bridge_primaries, assoc);
 			return;
 		}
@@ -1323,7 +1323,7 @@
 			report_event_snapshot(chan_snapshot, AST_CEL_CONF_ENTER, NULL, NULL, NULL);
 			return;
 		}
-		
+
 		if (ao2_container_count(snapshot->channels) == 2) {
 			struct ao2_iterator i;
 			RAII_VAR(char *, channel_id, NULL, ao2_cleanup);




More information about the svn-commits mailing list