From a473d630eb165272992e90f8d854b1d66ec0be63 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Jun 2011 16:50:12 +0000 Subject: Fix broken whitespace. I'd apologize for the compile times if it was my fault :D git-svn-id: svn://localhost/ardour2/branches/3.0@9654 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/export_profile_manager.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs/ardour/export_profile_manager.cc') diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc index 4d2b7795a4..a86b2a7768 100644 --- a/libs/ardour/export_profile_manager.cc +++ b/libs/ardour/export_profile_manager.cc @@ -361,7 +361,7 @@ ExportProfileManager::init_timespans (XMLNodeList nodes) if (timespans.empty()) { TimespanStatePtr state (new TimespanState (session_range, selection_range, ranges)); timespans.push_back (state); - + // Add session as default selection TimespanPtr timespan = handler->add_timespan(); timespan->set_name (session_range->name()); @@ -473,15 +473,15 @@ ExportProfileManager::init_channel_configs (XMLNodeList nodes) if (nodes.empty()) { ChannelConfigStatePtr config (new ChannelConfigState (handler->add_channel_config())); channel_configs.push_back (config); - + // Add master outs as default IO* master_out = session.master_out()->output().get(); if (!master_out) { return false; } - + for (uint32_t n = 0; n < master_out->n_ports().n_audio(); ++n) { PortExportChannel * channel = new PortExportChannel (); channel->add_port (master_out->audio (n)); - + ExportChannelPtr chan_ptr (channel); config->config->register_channel (chan_ptr); } -- cgit v1.2.3