From f6d89f46b1a7d2c1500cdfe3cc85add3758e438f Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Thu, 9 Jun 2011 15:20:19 +0000 Subject: [PATCH] whitespace git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@322657 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 8df6ca8243..6d975dade4 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -4065,7 +4065,7 @@ static int sip_write(struct ast_channel *ast, struct ast_frame *frame) if (p->t38.state == T38_ENABLED && !p->t38.direct) { /* drop frame, can't sent VOICE frames while in T.38 mode */ break; - } else if (p->rtp) { + } else if (p->rtp) { /* If channel is not up, activate early media session */ if ((ast->_state != AST_STATE_UP) && !ast_test_flag(&p->flags[0], SIP_PROGRESS_SENT) && -- 2.47.2