[asterisk-commits] branch group/rtpjitterbuffer r30994 -
	/team/group/rtpjitterbuffer/channel.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Wed May 31 07:57:33 MST 2006
    
    
  
Author: russell
Date: Wed May 31 09:57:33 2006
New Revision: 30994
URL: http://svn.digium.com/view/asterisk?rev=30994&view=rev
Log:
fix indentation
Modified:
    team/group/rtpjitterbuffer/channel.c
Modified: team/group/rtpjitterbuffer/channel.c
URL: http://svn.digium.com/view/asterisk/team/group/rtpjitterbuffer/channel.c?rev=30994&r1=30993&r2=30994&view=diff
==============================================================================
--- team/group/rtpjitterbuffer/channel.c (original)
+++ team/group/rtpjitterbuffer/channel.c Wed May 31 09:57:33 2006
@@ -3398,10 +3398,10 @@
 			int monitored_source = (who == c0) ? watch_c0_dtmf : watch_c1_dtmf;
 
 			if (f->frametype == AST_FRAME_DTMF && monitored_source) {
-					*rc = who;
-					*fo = f;
-					ast_log(LOG_DEBUG, "Got DTMF on channel (%s)\n", who->name);
-					break;
+				*rc = who;
+				*fo = f;
+				ast_log(LOG_DEBUG, "Got DTMF on channel (%s)\n", who->name);
+				break;
 			}
 			/* Write immediately frames, not passed through jb */
 			if (!frame_put_in_jb)
    
    
More information about the asterisk-commits
mailing list