From 37c1943b87c5c77e561f0ce8e0d4d51f5c2b2834 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 18 Oct 2007 16:16:51 +0000 Subject: [PATCH] Changed some spaces to tabs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86298 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */