[svn-commits] russell: trunk r121286 - /trunk/main/dsp.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 9 11:55:15 CDT 2008


Author: russell
Date: Mon Jun  9 11:55:15 2008
New Revision: 121286

URL: http://svn.digium.com/view/asterisk?view=rev&rev=121286
Log:
arbitrary formatting change to test mantis change
(closes issue #12824)

Modified:
    trunk/main/dsp.c

Modified: trunk/main/dsp.c
URL: http://svn.digium.com/view/asterisk/trunk/main/dsp.c?view=diff&rev=121286&r1=121285&r2=121286
==============================================================================
--- trunk/main/dsp.c (original)
+++ trunk/main/dsp.c Mon Jun  9 11:55:15 2008
@@ -556,7 +556,6 @@
 		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;
 		}




More information about the svn-commits mailing list