summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-01-03 16:10:58 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-01-03 16:13:23 -0700
commite7542c06115f8b6bcc454c004a445d524995bfe1 (patch)
tree6b3f5b36edcb9e99da864ef947f8488fde447a6c /libs/ardour/ardour/session.h
parent4c055f34698d97480c1aa298b357292a2516820e (diff)
NOOP: line refolding
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h5
1 files changed, 1 insertions, 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<gint*>(&_post_transport_work)); }