diff BeatRootVampPlugin.cpp @ 22:6afcb5edd7ab

Fix compiler warnings, etc
author Chris Cannam
date Wed, 28 Aug 2013 16:50:40 +0100
parents f66ed426a14f
children 633ec097fa56
line wrap: on
line diff
--- a/BeatRootVampPlugin.cpp	Wed Aug 28 16:50:22 2013 +0100
+++ b/BeatRootVampPlugin.cpp	Wed Aug 28 16:50:40 2013 +0100
@@ -209,7 +209,7 @@
 BeatRootVampPlugin::getRemainingFeatures()
 {
     EventList el = m_processor->beatTrack();
-    
+
     Feature f;
     f.hasTimestamp = true;
     f.hasDuration = false;