From e7542c06115f8b6bcc454c004a445d524995bfe1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 3 Jan 2020 16:10:58 -0700 Subject: [PATCH] NOOP: line refolding --- libs/ardour/ardour/session.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 17b7c9ca55..2b42c59973 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1451,10 +1451,7 @@ private: TransportFSM* _transport_fsm; - static const PostTransportWork ProcessCannotProceedMask = - PostTransportWork ( - PostTransportAudition| - PostTransportClearSubstate); + static const PostTransportWork ProcessCannotProceedMask = PostTransportWork (PostTransportAudition| PostTransportClearSubstate); gint _post_transport_work; /* accessed only atomic ops */ PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (const_cast(&_post_transport_work)); }