From: Mark Michelson Date: Thu, 18 Oct 2007 16:16:51 +0000 (+0000) Subject: Changed some spaces to tabs X-Git-Tag: 1.6.0-beta1~3^2~1145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37c1943b87c5c77e561f0ce8e0d4d51f5c2b2834;p=thirdparty%2Fasterisk.git Changed some spaces to tabs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86298 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index c3a94f065b..00b44a3639 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2070,10 +2070,10 @@ static int say_periodic_announcement(struct queue_ent *qe, int ringing) /* 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 */