diff dsp/rateconversion/Resampler.cpp @ 175:6a634a9081a8

Restore frame pointer... and minor tidy
author Chris Cannam
date Tue, 13 May 2014 14:29:48 +0100
parents 6a820c2a3eb2
children 3f30343e1de8
line wrap: on
line diff
--- a/dsp/rateconversion/Resampler.cpp	Mon May 12 17:56:48 2014 +0100
+++ b/dsp/rateconversion/Resampler.cpp	Tue May 13 14:29:48 2014 +0100
@@ -109,9 +109,9 @@
 
 #ifdef DEBUG_RESAMPLER
     cerr << "resample " << m_sourceRate << " -> " << m_targetRate
-	      << ": inputSpacing " << inputSpacing << ", outputSpacing "
-	      << outputSpacing << ": filter length " << m_filterLength
-	      << endl;
+         << ": inputSpacing " << inputSpacing << ", outputSpacing "
+         << outputSpacing << ": filter length " << m_filterLength
+         << endl;
 #endif
 
     // Now we have a filter of (odd) length flen in which the lower