diff --git a/net/dcsctp/public/types.h b/net/dcsctp/public/types.h index 8faec08ad3..caa03bb96f 100644 --- a/net/dcsctp/public/types.h +++ b/net/dcsctp/public/types.h @@ -107,10 +107,11 @@ constexpr inline DurationMs operator-(TimeMs lhs, TimeMs rhs) { // The maximum number of times the socket should attempt to retransmit a // message which fails the first time in unreliable mode. -class MaxRetransmits : public webrtc::StrongAlias { +class MaxRetransmits + : public webrtc::StrongAlias { public: constexpr explicit MaxRetransmits(const UnderlyingType& v) - : webrtc::StrongAlias(v) {} + : webrtc::StrongAlias(v) {} // There should be no limit - the message should be sent reliably. static constexpr MaxRetransmits NoLimit() {