]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
arbitrary formatting change to test mantis change
authorRussell Bryant <russell@russellbryant.com>
Mon, 9 Jun 2008 16:55:15 +0000 (16:55 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 9 Jun 2008 16:55:15 +0000 (16:55 +0000)
(closes issue #12824)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121286 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/dsp.c

index c0f4746dff3b0e3f28b6fa56c2b590b958735ebd..f9c8a2d945c76de4d2c78e288afdd4b2d61bebd3 100644 (file)
@@ -556,7 +556,6 @@ static int tone_detect(struct ast_dsp *dsp, tone_detect_state_t *s, int16_t *amp
                ast_debug(10, "tone %d, Ew=%.2E, Et=%.2E, s/n=%10.2f\n", s->freq, tone_energy, s->energy, tone_energy / (s->energy - tone_energy));
                hit = 0;
                if (tone_energy > s->energy * s->threshold) {
-
                        ast_debug(10, "Hit! count=%d\n", s->hit_count);
                        hit = 1;
                }