]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Whitespace change, extra <tab> added from my tab storage.
authorOlle Johansson <oej@edvina.net>
Tue, 24 Jan 2006 10:36:45 +0000 (10:36 +0000)
committerOlle Johansson <oej@edvina.net>
Tue, 24 Jan 2006 10:36:45 +0000 (10:36 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8517 65c4cc65-6c06-0410-ace0-fbb531ad65f3

rtp.c

diff --git a/rtp.c b/rtp.c
index c933039fe8fd6601b8cb8f46cfa8d0fb7b92afe0..e931c624e2cf98602a3289bdc6d4a40f9b3e504c 100644 (file)
--- a/rtp.c
+++ b/rtp.c
@@ -509,7 +509,7 @@ struct ast_frame *ast_rtp_read(struct ast_rtp *rtp)
                ast_verbose("Got RTP packet from %s:%d (type %d, seq %d, ts %d, len %d)\n"
                        , ast_inet_ntoa(iabuf, sizeof(iabuf), sin.sin_addr), ntohs(sin.sin_port), payloadtype, seqno, timestamp,res - hdrlen);
 
-   rtpPT = ast_rtp_lookup_pt(rtp, payloadtype);
+       rtpPT = ast_rtp_lookup_pt(rtp, payloadtype);
        if (!rtpPT.isAstFormat) {
                /* This is special in-band data that's not one of our codecs */
                if (rtpPT.code == AST_RTP_DTMF) {