[svn-commits] rmudgett: branch rmudgett/ect r247421 - /team/rmudgett/ect/channels/sig_pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 17 20:38:11 CST 2010


Author: rmudgett
Date: Wed Feb 17 20:38:08 2010
New Revision: 247421

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=247421
Log:
Whitespace just sneaks in.

Modified:
    team/rmudgett/ect/channels/sig_pri.c

Modified: team/rmudgett/ect/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ect/channels/sig_pri.c?view=diff&rev=247421&r1=247420&r2=247421
==============================================================================
--- team/rmudgett/ect/channels/sig_pri.c (original)
+++ team/rmudgett/ect/channels/sig_pri.c Wed Feb 17 20:38:08 2010
@@ -1547,7 +1547,7 @@
 			if (call_2_held) {
 				ast_queue_control(call_2_ast, AST_CONTROL_UNHOLD);
 			}
-	
+
 			ast_verb(3, "TRANSFERRING %s to %s\n", call_1_ast->name, call_2_ast->name);
 			retval = ast_channel_masquerade(call_2_ast, bridged);
 		} else {




More information about the svn-commits mailing list