[asterisk-commits] russell: trunk r67799 - /trunk/main/dsp.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jun 6 12:10:04 MST 2007


Author: russell
Date: Wed Jun  6 14:10:03 2007
New Revision: 67799

URL: http://svn.digium.com/view/asterisk?view=rev&rev=67799
Log:
minor formatting change ... testing mantis/svn
(issue #9828)

Modified:
    trunk/main/dsp.c

Modified: trunk/main/dsp.c
URL: http://svn.digium.com/view/asterisk/trunk/main/dsp.c?view=diff&rev=67799&r1=67798&r2=67799
==============================================================================
--- trunk/main/dsp.c (original)
+++ trunk/main/dsp.c Wed Jun  6 14:10:03 2007
@@ -475,7 +475,7 @@
 #else
 		/* The following unrolled loop takes only 35% (rough estimate) of the 
 		   time of a rolled loop on the machine on which it was developed */
-		for (j=sample;j<limit;j++) {
+		for (j = sample; j < limit; j++) {
 			famp = amp[j];
 			s->energy += famp*famp;
 			/* With GCC 2.95, the following unrolled code seems to take about 35%



More information about the asterisk-commits mailing list