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_rtevents.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/session_rtevents.cc') diff --git a/libs/ardour/session_rtevents.cc b/libs/ardour/session_rtevents.cc index db334932f1..745212abb4 100644 --- a/libs/ardour/session_rtevents.cc +++ b/libs/ardour/session_rtevents.cc @@ -248,14 +248,14 @@ Session::rt_set_record_safe (boost::shared_ptr rl, bool yn, bool grou if ((*i)->is_auditioner ()) { // REQUIRES REVIEW Can audiotioner be in Record Safe mode? continue; } - + boost::shared_ptr t; - + if ((t = boost::dynamic_pointer_cast(*i)) != 0) { t->set_record_safe (yn, (group_override ? (void*) t->route_group () : (void *) this)); } } - + set_dirty (); } -- cgit v1.2.3