globally remove all trailing whitespace from .cpp and .hpp files missed by previous...
[ardour.git] / libs / qm-dsp / maths / Correlation.cpp
index 17ee28f749260e86d3cde822de09430359660269..fd36ac34732d01306da99d930c23c5e29b5f0393 100644 (file)
@@ -40,7 +40,7 @@ void Correlation::doAutoUnBiased(double *src, double *dst, unsigned int length)
     {
        for( j = i; j < length; j++)
        {
-           tmp += src[ j-i ] * src[ j ]; 
+           tmp += src[ j-i ] * src[ j ];
        }