13
0

NOOP: line refolding

This commit is contained in:
Paul Davis 2020-01-03 16:10:58 -07:00
parent 4c055f3469
commit e7542c0611

View File

@ -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)); }