diff plugin/RealTimePluginInstance.cpp @ 1450:a12fd0456f0c streaming-csv-writer

Merge from default branch
author Chris Cannam
date Tue, 17 Apr 2018 10:35:42 +0100
parents 48e9f538e6e9
children 5f8fbbde08ff
line wrap: on
line diff
--- a/plugin/RealTimePluginInstance.cpp	Tue Apr 17 10:03:51 2018 +0100
+++ b/plugin/RealTimePluginInstance.cpp	Tue Apr 17 10:35:42 2018 +0100
@@ -31,9 +31,9 @@
 //    SVDEBUG << "RealTimePluginInstance::~RealTimePluginInstance" << endl;
 
     if (m_factory) {
-//	SVDEBUG << "Asking factory to release " << m_identifier << endl;
+//        SVDEBUG << "Asking factory to release " << m_identifier << endl;
 
-	m_factory->releasePlugin(this, m_identifier);
+        m_factory->releasePlugin(this, m_identifier);
     }
 }