update qm-dsp library
[ardour.git] / libs / qm-dsp / maths / Correlation.h
index df2f8e17d494bc05b37bde348818d07b1ccde831..85fcc7316bea8c292fd1031f93287c20612a1888 100644 (file)
@@ -18,7 +18,7 @@
 
 #define  EPS  2.2204e-016
 
-class Correlation
+class Correlation  
 {
 public:
     void doAutoUnBiased( double* src, double* dst, unsigned int length );
@@ -27,4 +27,4 @@ public:
 
 };
 
-#endif //
+#endif //