From: Paul Davis Date: Fri, 3 Jan 2020 23:10:58 +0000 (-0700) Subject: NOOP: line refolding X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=e7542c06115f8b6bcc454c004a445d524995bfe1;p=ardour.git NOOP: line refolding --- 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)); }