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

Unified Diff: net/quic/crypto/quic_server_info.cc

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/crypto/quic_server_info.cc
diff --git a/net/quic/crypto/quic_server_info.cc b/net/quic/crypto/quic_server_info.cc
index 519d7b5fd6015bd2c0a42b2c7148fc06b125ea91..de3e5e715d0bdade09d30993811031c3445a73c8 100644
--- a/net/quic/crypto/quic_server_info.cc
+++ b/net/quic/crypto/quic_server_info.cc
@@ -18,9 +18,11 @@ const int kQuicCryptoConfigVersion = 1;
namespace net {
-QuicServerInfo::State::State() {}
+QuicServerInfo::State::State() {
+}
-QuicServerInfo::State::~State() {}
+QuicServerInfo::State::~State() {
+}
void QuicServerInfo::State::Clear() {
server_config.clear();
@@ -133,9 +135,10 @@ string QuicServerInfo::SerializeInner() const {
}
}
- return string(reinterpret_cast<const char *>(p.data()), p.size());
+ return string(reinterpret_cast<const char*>(p.data()), p.size());
}
-QuicServerInfoFactory::~QuicServerInfoFactory() {}
+QuicServerInfoFactory::~QuicServerInfoFactory() {
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698