Changed some spaces to tabs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2007-10-18 16:16:51 +00:00
parent 45109d88f0
commit 37c1943b87

View File

@@ -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 */