fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / engine_slave.cc
index 849b7320d3aec6e5f1b0aa30e316885e7f6e942c..8b7c3ba510512bf7eb8a031672d28a285ec971a6 100644 (file)
@@ -62,6 +62,6 @@ Engine_Slave::speed_and_position (double& sp, framepos_t& position)
        } else {
                _starting = false;
        }
-       
+
        return true;
 }