allow to customize variable i/o plugin inputs
[ardour.git] / libs / ardour / audio_track_importer.cc
index cf9a25962c9d21829fa6defd4cb7e0944a2b860a..43a40101cf9aeb64f834b77f6ae79600b937e920 100644 (file)
@@ -247,7 +247,7 @@ AudioTrackImporter::_prepare_move ()
                }
                name = rename_pair.second;
        }
-       
+
        XMLNode* c = xml_track.child ("IO");
        if (!c) {
                error << _("badly-formed XML in imported track") << endmsg;
@@ -259,9 +259,9 @@ AudioTrackImporter::_prepare_move ()
                error << _("badly-formed XML in imported track") << endmsg;
                return false;
        }
-       
+
        p->set_value (name);
-       
+
        track_handler.add_name (name);
 
        return true;