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

Unified Diff: net/quic/crypto/crypto_server_config_protobuf.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/crypto_server_config_protobuf.cc
diff --git a/net/quic/crypto/crypto_server_config_protobuf.cc b/net/quic/crypto/crypto_server_config_protobuf.cc
index d292f9e9db9cb967a9a722b582f5514b264940db..009005f9985db676e733ee437178d6dbe00fdb88 100644
--- a/net/quic/crypto/crypto_server_config_protobuf.cc
+++ b/net/quic/crypto/crypto_server_config_protobuf.cc
@@ -10,8 +10,7 @@
namespace net {
QuicServerConfigProtobuf::QuicServerConfigProtobuf()
- : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()),
- priority_(0) {
+ : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()), priority_(0) {
}
QuicServerConfigProtobuf::~QuicServerConfigProtobuf() {

Powered by Google App Engine
This is Rietveld 408576698