From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- libs/ardour/audio_track_importer.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/audio_track_importer.cc') diff --git a/libs/ardour/audio_track_importer.cc b/libs/ardour/audio_track_importer.cc index cf9a25962c..43a40101cf 100644 --- a/libs/ardour/audio_track_importer.cc +++ b/libs/ardour/audio_track_importer.cc @@ -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; -- cgit v1.2.3