From 0ddb853244e459fdbe6af325f85debb507a193d8 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Wed, 6 Jun 2007 19:21:13 +0000 Subject: [PATCH] minor formatting change ... testing mantis/svn (issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67803 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/dsp.c b/main/dsp.c index d7f2e967f6..703a9f4ff6 100644 --- a/main/dsp.c +++ b/main/dsp.c @@ -1350,7 +1350,7 @@ int ast_dsp_busydetect(struct ast_dsp *dsp) dsp->busymaybe = 0; min = 9999; max = 0; - for (x=DSP_HISTORY - dsp->busycount;x<DSP_HISTORY;x++) { + for (x = DSP_HISTORY - dsp->busycount; x < DSP_HISTORY; x++) { #if 0 printf("Silence: %d, Noise: %d\n", dsp->historicsilence[x], dsp->historicnoise[x]); #endif -- GitLab