summaryrefslogtreecommitdiff
path: root/main/dsp.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-03-04 23:04:29 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-03-04 23:04:29 +0000
commitcfc1df4c1a5605bf57191dee4d137122cbafded7 (patch)
tree36a818ef47a50925ad9a7269bc290cb079783e52 /main/dsp.c
parent96e04792bdb8aa2235f6a8b5b1a3e4204b78eacf (diff)
Whitespace changes only
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/dsp.c')
-rw-r--r--main/dsp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/dsp.c b/main/dsp.c
index 070eb2a18..6945464d4 100644
--- a/main/dsp.c
+++ b/main/dsp.c
@@ -30,14 +30,14 @@
/* Some routines from tone_detect.c by Steven Underwood as published under the zapata library */
/*
tone_detect.c - General telephony tone detection, and specific
- detection of DTMF.
+ detection of DTMF.
- Copyright (C) 2001 Steve Underwood <steveu@coppice.org>
+ Copyright (C) 2001 Steve Underwood <steveu@coppice.org>
- Despite my general liking of the GPL, I place this code in the
- public domain for the benefit of all mankind - even the slimy
- ones who might try to proprietize my work and use it to my
- detriment.
+ Despite my general liking of the GPL, I place this code in the
+ public domain for the benefit of all mankind - even the slimy
+ ones who might try to proprietize my work and use it to my
+ detriment.
*/
#include "asterisk.h"
@@ -676,7 +676,7 @@ static int dtmf_detect(digit_detect_state_t *s, int16_t amp[], int samples,
#define MF_GSIZE 120
static int mf_detect(digit_detect_state_t *s, int16_t amp[],
- int samples, int digitmode, int *writeback)
+ int samples, int digitmode, int *writeback)
{
float energy[6];
int best;