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/session_export.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs/ardour/session_export.cc') diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc index ecfcb98b5c..ea4a07dd1f 100644 --- a/libs/ardour/session_export.cc +++ b/libs/ardour/session_export.cc @@ -89,7 +89,7 @@ Session::pre_export () _exporting = true; export_status->running = true; export_status->Finished.connect_same_thread (*this, boost::bind (&Session::finalize_audio_export, this)); - + /* disable MMC output early */ _pre_export_mmc_enabled = _mmc->send_enabled (); @@ -111,7 +111,7 @@ Session::start_audio_export (framepos_t position) up otherwise it could be doing do_refill in its thread while we are doing it here. */ - + _butler->wait_until_finished (); /* get everyone to the right position */ @@ -198,7 +198,7 @@ Session::process_export_fw (pframes_t nframes) post_transport (); return 0; } - + _engine.main_thread()->get_buffers (); process_export (nframes); _engine.main_thread()->drop_buffers (); @@ -235,7 +235,7 @@ Session::finalize_audio_export () _engine.freewheel (false); export_freewheel_connection.disconnect(); - + _mmc->enable_send (_pre_export_mmc_enabled); /* maybe write CUE/TOC */ -- cgit v1.2.3