From 04c43ffd7e91555c7b4a0e471d7dae797991274a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 4 Jul 2017 12:10:52 -0400 Subject: [PATCH] NOOP: remove line split for conditional --- libs/ardour/butler.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/ardour/butler.cc b/libs/ardour/butler.cc index dd83707e68..697b5f8544 100644 --- a/libs/ardour/butler.cc +++ b/libs/ardour/butler.cc @@ -216,8 +216,7 @@ Butler::thread_work () } frameoffset_t audition_seek; - if (should_run && _session.is_auditioning() - && (audition_seek = _session.the_auditioner()->seek_frame()) >= 0) { + if (should_run && _session.is_auditioning() && (audition_seek = _session.the_auditioner()->seek_frame()) >= 0) { boost::shared_ptr tr = boost::dynamic_pointer_cast (_session.the_auditioner()); DEBUG_TRACE (DEBUG::Butler, "seek the auditioner\n"); tr->seek(audition_seek); -- 2.30.2