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/audio_track.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/audio_track.cc') diff --git a/libs/ardour/audio_track.cc b/libs/ardour/audio_track.cc index 080538a34e..aa7768a228 100644 --- a/libs/ardour/audio_track.cc +++ b/libs/ardour/audio_track.cc @@ -366,7 +366,7 @@ AudioTrack::roll (pframes_t nframes, framepos_t start_frame, framepos_t end_fram Sample* tmpb; framepos_t transport_frame; boost::shared_ptr diskstream = audio_diskstream(); - + automation_snapshot (start_frame, false); if (n_outputs().n_total() == 0 && _processors.empty()) { @@ -568,7 +568,7 @@ AudioTrack::export_stuff (BufferSet& buffers, framepos_t start, framecnt_t nfram boost::shared_ptr processor = boost::dynamic_pointer_cast (*i); boost::shared_ptr delivery = boost::dynamic_pointer_cast (*i); boost::shared_ptr meter = boost::dynamic_pointer_cast (*i); - + if (processor && (!delivery || !Delivery::role_requires_output_ports (delivery->role())) && !meter) { processor->run (buffers, start, start+nframes, nframes, true); } @@ -669,7 +669,7 @@ AudioTrack::freeze_me (InterThreadInfo& itt) /* create a new region from all filesources, keep it private */ PropertyList plist; - + plist.add (Properties::start, 0); plist.add (Properties::length, srcs[0]->length(srcs[0]->timeline_position())); plist.add (Properties::name, region_name); -- cgit v1.2.3