[asterisk-commits] irroot: branch irroot/distrotech-customers-trunk r338039 - /team/irroot/distr...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 27 06:30:50 CDT 2011


Author: irroot
Date: Tue Sep 27 06:30:46 2011
New Revision: 338039

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=338039
Log:
White space fix

Modified:
    team/irroot/distrotech-customers-trunk/channels/chan_local.c

Modified: team/irroot/distrotech-customers-trunk/channels/chan_local.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/distrotech-customers-trunk/channels/chan_local.c?view=diff&rev=338039&r1=338038&r2=338039
==============================================================================
--- team/irroot/distrotech-customers-trunk/channels/chan_local.c (original)
+++ team/irroot/distrotech-customers-trunk/channels/chan_local.c Tue Sep 27 06:30:46 2011
@@ -610,7 +610,7 @@
 		ao2_unlock(p);
 		bridge = ast_bridged_channel(ast);
 		ao2_lock(p);
-		if (p->chan && bridge && (bridge != p->chan) && 
+		if (p->chan && bridge && (bridge != p->chan) &&
 		    !ast_format_cap_identical(bridge->nativeformats, ast->nativeformats)) {
 			while (lockcheck && ast_channel_trylock(p->chan)) {
 				lockcheck--;




More information about the asterisk-commits mailing list