summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_config.h')
-rw-r--r--net/quic/quic_config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
index 755aa39..037aa7d 100644
--- a/net/quic/quic_config.h
+++ b/net/quic/quic_config.h
@@ -63,9 +63,7 @@ class NET_EXPORT_PRIVATE QuicNegotiableValue : public QuicConfigValue {
QuicNegotiableValue(QuicTag tag, QuicConfigPresence presence);
~QuicNegotiableValue() override;
- bool negotiated() const {
- return negotiated_;
- }
+ bool negotiated() const { return negotiated_; }
protected:
void set_negotiated(bool negotiated) { negotiated_ = negotiated; }