[asterisk-commits] mmichelson: trunk r86298 -	/trunk/apps/app_queue.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Oct 18 11:16:51 CDT 2007
    
    
  
Author: mmichelson
Date: Thu Oct 18 11:16:51 2007
New Revision: 86298
URL: http://svn.digium.com/view/asterisk?view=rev&rev=86298
Log:
Changed some spaces to tabs
Modified:
    trunk/apps/app_queue.c
Modified: trunk/apps/app_queue.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_queue.c?view=diff&rev=86298&r1=86297&r2=86298
==============================================================================
--- trunk/apps/app_queue.c (original)
+++ trunk/apps/app_queue.c Thu Oct 18 11:16:51 2007
@@ -2070,10 +2070,10 @@
 
 	/* Resume Music on Hold if the caller is going to stay in the queue */
 	if (!res) {
-                if (ringing)
-                        ast_indicate(qe->chan, AST_CONTROL_RINGING);
-                else
-                        ast_moh_start(qe->chan, qe->moh, NULL);
+		if (ringing)
+			ast_indicate(qe->chan, AST_CONTROL_RINGING);
+		else
+			ast_moh_start(qe->chan, qe->moh, NULL);
 	}
 
 	/* update last_periodic_announce_time */
    
    
More information about the asterisk-commits
mailing list