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/automation_watch.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libs/ardour/automation_watch.cc') diff --git a/libs/ardour/automation_watch.cc b/libs/ardour/automation_watch.cc index e9fecb5973..6ebf1aab71 100644 --- a/libs/ardour/automation_watch.cc +++ b/libs/ardour/automation_watch.cc @@ -47,7 +47,7 @@ AutomationWatch::AutomationWatch () , _last_time (0) , _run_thread (false) { - + } AutomationWatch::~AutomationWatch () @@ -85,7 +85,7 @@ AutomationWatch::add_automation_watch (boost::shared_ptr ac) * creates reference cycles. we don't need to make the weak_ptr<> * explicit here, but it helps to remind us what is going on. */ - + boost::weak_ptr wac (ac); ac->DropReferences.connect_same_thread (*this, boost::bind (&AutomationWatch::remove_weak_automation_watch, this, wac)); } @@ -139,7 +139,7 @@ AutomationWatch::timer () } } } - + _last_time = time; } @@ -171,7 +171,7 @@ AutomationWatch::set_session (Session* s) if (_session) { _run_thread = true; _thread = Glib::Threads::Thread::create (boost::bind (&AutomationWatch::thread, this)); - + _session->TransportStateChange.connect_same_thread (transport_connection, boost::bind (&AutomationWatch::transport_state_change, this)); } } @@ -184,7 +184,7 @@ AutomationWatch::transport_state_change () } bool rolling = _session->transport_rolling(); - + _last_time = _session->audible_frame (); { -- cgit v1.2.3