From 39fd8a2dbd436cbabe5e336d1145b62c2a885ed5 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 15 Mar 2004 16:32:54 +0000 Subject: *.h: Revert indenting Original commit message from CVS: * *.h: Revert indenting --- gst/filter/iir.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'gst/filter') diff --git a/gst/filter/iir.h b/gst/filter/iir.h index 1cea5663..241cc1d2 100644 --- a/gst/filter/iir.h +++ b/gst/filter/iir.h @@ -19,8 +19,7 @@ #ifndef _V_IIR_H_ #define _V_IIR_H_ -typedef struct -{ +typedef struct { int stages; double *coeff_A; double *coeff_B; @@ -30,9 +29,9 @@ typedef struct double gain; } IIR_state; -void IIR_init (IIR_state * s, int stages, double gain, double *A, double *B); -void IIR_clear (IIR_state * s); -double IIR_filter (IIR_state * s, double in); -double IIR_filter_ChebBand (IIR_state * s, double in); +void IIR_init(IIR_state *s,int stages,double gain, double *A, double *B); +void IIR_clear(IIR_state *s); +double IIR_filter(IIR_state *s,double in); +double IIR_filter_ChebBand(IIR_state *s,double in); #endif -- cgit v1.2.1