globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / qm-dsp / dsp / signalconditioning / DFProcess.h
index cba779f02f63dfb023d171472f8df42b6d481179..3af80743f5f1219de7205ffb4e1ebfca89c278c0 100644 (file)
 #include "FiltFilt.h"
 
 struct DFProcConfig{
-    unsigned int length; 
-    unsigned int LPOrd; 
-    double *LPACoeffs; 
-    double *LPBCoeffs; 
+    unsigned int length;
+    unsigned int LPOrd;
+    double *LPACoeffs;
+    double *LPBCoeffs;
     unsigned int winPre;
-    unsigned int winPost; 
+    unsigned int winPost;
     double AlphaNormParam;
     bool isMedianPositive;
 };
 
-class DFProcess  
+class DFProcess
 {
 public:
     DFProcess( DFProcConfig Config );