Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: net/quic/quic_config.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/quic_config.h
diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
index 88ad8b6a91c602d7e5a4e6058d74269a2c4bb5c9..888d6392a3507f59c064869addf80843a5fd157a 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);
virtual ~QuicNegotiableValue();
- bool negotiated() const {
- return negotiated_;
- }
+ bool negotiated() const { return negotiated_; }
protected:
bool negotiated_;

Powered by Google App Engine
This is Rietveld 408576698