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

Unified Diff: net/quic/congestion_control/fix_rate_receiver.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/fix_rate_receiver.cc
diff --git a/net/quic/congestion_control/fix_rate_receiver.cc b/net/quic/congestion_control/fix_rate_receiver.cc
index a13362ff226b14266cd24e0cf0144494080a9931..7326f46275232e7746d0611de5d05af952184143 100644
--- a/net/quic/congestion_control/fix_rate_receiver.cc
+++ b/net/quic/congestion_control/fix_rate_receiver.cc
@@ -8,7 +8,7 @@
#include "net/quic/congestion_control/receive_algorithm_interface.h"
namespace {
- static const int kInitialBitrate = 100000; // In bytes per second.
+static const int kInitialBitrate = 100000; // In bytes per second.
}
namespace net {

Powered by Google App Engine
This is Rietveld 408576698