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

Unified Diff: net/quic/quic_sent_entropy_manager_test.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/quic_sent_entropy_manager_test.cc
diff --git a/net/quic/quic_sent_entropy_manager_test.cc b/net/quic/quic_sent_entropy_manager_test.cc
index e4e9847b516dc62bb8796aa0828343b12d3f1f43..0ed69b8c4b3c4bd0769ae7d8eaec65237a2f3052 100644
--- a/net/quic/quic_sent_entropy_manager_test.cc
+++ b/net/quic/quic_sent_entropy_manager_test.cc
@@ -45,8 +45,8 @@ TEST_F(QuicSentEntropyManagerTest, SentEntropyHash) {
}
TEST_F(QuicSentEntropyManagerTest, IsValidEntropy) {
- QuicPacketEntropyHash entropies[10] =
- {12, 1, 33, 3, 32, 100, 28, 42, 22, 255};
+ QuicPacketEntropyHash entropies[10] = {12, 1, 33, 3, 32,
+ 100, 28, 42, 22, 255};
for (size_t i = 0; i < 10; ++i) {
entropy_manager_.RecordPacketEntropyHash(i + 1, entropies[i]);
}
@@ -64,8 +64,8 @@ TEST_F(QuicSentEntropyManagerTest, IsValidEntropy) {
}
}
- EXPECT_TRUE(entropy_manager_.IsValidEntropy(10, missing_packets,
- entropy_hash));
+ EXPECT_TRUE(
+ entropy_manager_.IsValidEntropy(10, missing_packets, entropy_hash));
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698