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

Unified Diff: net/quic/congestion_control/send_algorithm_interface.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/congestion_control/send_algorithm_interface.cc
diff --git a/net/quic/congestion_control/send_algorithm_interface.cc b/net/quic/congestion_control/send_algorithm_interface.cc
index e5c33299825cab65d0b438790be2f6a9e5fb9693..847681989f5ca38f2ef3fbcd5b51a283822db0a8 100644
--- a/net/quic/congestion_control/send_algorithm_interface.cc
+++ b/net/quic/congestion_control/send_algorithm_interface.cc
@@ -22,8 +22,8 @@ SendAlgorithmInterface* SendAlgorithmInterface::Create(
QuicConnectionStats* stats) {
switch (type) {
case kTCP:
- return new TcpCubicSender(clock, rtt_stats, kUseReno,
- kMaxTcpCongestionWindow, stats);
+ return new TcpCubicSender(
+ clock, rtt_stats, kUseReno, kMaxTcpCongestionWindow, stats);
case kInterArrival:
LOG(DFATAL) << "InterArrivalSendAlgorithm no longer supported.";
return NULL;

Powered by Google App Engine
This is Rietveld 408576698