Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv7406/channels

Modified Files:
        chan_zap.c 
Log Message:
more whitespace fixes


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.525
retrieving revision 1.526
diff -u -d -r1.525 -r1.526
--- chan_zap.c  28 Sep 2005 21:23:54 -0000      1.525
+++ chan_zap.c  28 Sep 2005 21:29:40 -0000      1.526
@@ -5258,27 +5258,26 @@
                        switch(p->sig) {
                        case SIG_FEATD:
                        case SIG_SF_FEATD:
-                               res = my_getsigstr(chan,dtmfbuf + 1, "*", 3000);
+                               res = my_getsigstr(chan, dtmfbuf + 1, "*", 
3000);
                                if (res > 0)
-                                       res = my_getsigstr(chan,dtmfbuf + 
strlen(dtmfbuf), "*", 3000);
+                                       res = my_getsigstr(chan, dtmfbuf + 
strlen(dtmfbuf), "*", 3000);
                                if ((res < 1) && (p->dsp)) 
ast_dsp_digitreset(p->dsp);
                                break;
                        case SIG_FEATDMF:
                        case SIG_E911:
                        case SIG_SF_FEATDMF:
-                               res = my_getsigstr(chan,dtmfbuf + 1, "#", 3000);
+                               res = my_getsigstr(chan, dtmfbuf + 1, "#", 
3000);
                                if (res > 0) {
                                        /* if E911, take off hook */
-                                       if (p->sig == SIG_E911) {
+                                       if (p->sig == SIG_E911)
                                                
zt_set_hook(p->subs[SUB_REAL].zfd, ZT_OFFHOOK);
-                                       }
-                                       res = my_getsigstr(chan,dtmfbuf + 
strlen(dtmfbuf), "#", 3000);
+                                       res = my_getsigstr(chan, dtmfbuf + 
strlen(dtmfbuf), "#", 3000);
                                }
                                if ((res < 1) && (p->dsp)) 
ast_dsp_digitreset(p->dsp);
                                break;
                        case SIG_FEATB:
                        case SIG_SF_FEATB:
-                               res = my_getsigstr(chan,dtmfbuf + 1, "#", 3000);
+                               res = my_getsigstr(chan, dtmfbuf + 1, "#", 
3000);
                                if ((res < 1) && (p->dsp)) 
ast_dsp_digitreset(p->dsp);
                                break;
                        default:

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to