aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-18 16:16:51 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-18 16:16:51 +0000
commit60032bb8283f7696ac684f03a5112d3f49186a90 (patch)
tree5e837898604cd7e55d59bde8e4e9c0c4e06a7031 /apps/app_queue.c
parenta51f0482f6c1e9814d2144a5d33bfc8e8bda3fef (diff)
Changed some spaces to tabs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86298 f38db490-d61c-443f-a65b-d21fe96a405b
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 */