diff dsp/tempotracking/TempoTrack.h @ 502:162673c8f9de

Style fixes: avoid unsigned, fix formatting
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 05 Jun 2019 11:05:58 +0100
parents bb78ca3fe7de
children
line wrap: on
line diff
--- a/dsp/tempotracking/TempoTrack.h	Wed Jun 05 10:21:48 2019 +0100
+++ b/dsp/tempotracking/TempoTrack.h	Wed Jun 05 11:05:58 2019 +0100
@@ -96,7 +96,7 @@
     // Config structure for DFProcess
     DFProcConfig m_DFPParams;
 
-        // also want to smooth m_tempoScratch 
+    // also want to smooth m_tempoScratch 
     DFProcess* m_RCFConditioning;
     // Config structure for RCFProcess
     DFProcConfig m_RCFPParams;