summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-10-18 16:16:51 +0000
committerMark Michelson <mmichelson@digium.com>2007-10-18 16:16:51 +0000
commit37c1943b87c5c77e561f0ce8e0d4d51f5c2b2834 (patch)
tree5e837898604cd7e55d59bde8e4e9c0c4e06a7031 /apps/app_queue.c
parent45109d88f00163f544617d69cc783e26b459072d (diff)
Changed some spaces to tabs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index c3a94f065..00b44a363 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 */