Index: net/quic/congestion_control/tcp_cubic_sender_test.cc |
diff --git a/net/quic/congestion_control/tcp_cubic_sender_test.cc b/net/quic/congestion_control/tcp_cubic_sender_test.cc |
index 851c1a1091851ce847b7f8d9a52cc8a4369a2b25..731b8f51ebaae5b37de4fc98706b1b41a661c6dc 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender_test.cc |
+++ b/net/quic/congestion_control/tcp_cubic_sender_test.cc |
@@ -670,8 +670,8 @@ TEST_F(TcpCubicSenderTest, 1ConnectionCongestionAvoidanceAtEndOfRecovery) { |
expected_send_window /= 2; |
EXPECT_EQ(expected_send_window, sender_->GetCongestionWindow()); |
- // No congestion window growth should occur in recovery phase, i.e., |
- // until the currently outstanding 20 packets are acked. |
+ // No congestion window growth should occur in recovery phase, i.e., until the |
+ // currently outstanding 20 packets are acked. |
for (int i = 0; i < 10; ++i) { |
// Send our full send window. |
SendAvailableSendWindow(); |