Whitespace changes only

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@105840 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-03-04 23:04:29 +00:00
parent 96e04792bd
commit cfc1df4c1a
32 changed files with 536 additions and 650 deletions

View File

@@ -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;