From: Russell Bryant Date: Wed, 6 Jun 2007 19:10:03 +0000 (+0000) Subject: minor formatting change ... testing mantis/svn X-Git-Tag: 1.6.0-beta1~3^2~2463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97cdc52f4ddfe0c63b5e2d9c1a7179018f02ef9;p=thirdparty%2Fasterisk.git minor formatting change ... testing mantis/svn (issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67799 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/dsp.c b/main/dsp.c index 336d698fbc..d7f2e967f6 100644 --- a/main/dsp.c +++ b/main/dsp.c @@ -475,7 +475,7 @@ static int dtmf_detect (dtmf_detect_state_t *s, int16_t amp[], int samples, #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;jenergy += famp*famp; /* With GCC 2.95, the following unrolled code seems to take about 35%