copy plugin state to all instances when instantiating.
[ardour.git] / libs / ardour / export_preset.cc
index eb405a5bd86b4dd21b2f672741a26db568b97f2c..c6bae093c40ebf6fa4a5ca9938342256920d3ee5 100644 (file)
@@ -103,7 +103,7 @@ void
 ExportPreset::save (std::string const & filename)
 {
        save_instant_xml ();
-        
+
        if (global.root()) {
                 global.set_filename (filename);
                global.write ();