From b317e860079c1fb166a95d0b5c17574cb6a32d4f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 19 Feb 2012 03:03:32 +0000 Subject: reformat code to match Pd style by running 'astyle --style=ansi *.c' svn path=/trunk/externals/unauthorized/; revision=15994 --- filters.c | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'filters.c') diff --git a/filters.c b/filters.c index 2bf9253..64f079d 100644 --- a/filters.c +++ b/filters.c @@ -21,29 +21,29 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. void lpc_filter(double *buf_ppf, double *lpc_coef, double *buf_sy, int n) { - int i,j; - double acc; - - for(i=0;i