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

Unified Diff: net/quic/congestion_control/tcp_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/tcp_receiver.cc
diff --git a/net/quic/congestion_control/tcp_receiver.cc b/net/quic/congestion_control/tcp_receiver.cc
index a8c5489b604928b73f8cb26171d0d8fd896bcba2..1b99f11c81378b5b90c17344e2508bec04a135bd 100644
--- a/net/quic/congestion_control/tcp_receiver.cc
+++ b/net/quic/congestion_control/tcp_receiver.cc
@@ -11,8 +11,7 @@ namespace net {
// static
const QuicByteCount TcpReceiver::kReceiveWindowTCP = 256000;
-TcpReceiver::TcpReceiver()
- : receive_window_(kReceiveWindowTCP) {
+TcpReceiver::TcpReceiver() : receive_window_(kReceiveWindowTCP) {
}
bool TcpReceiver::GenerateCongestionFeedback(

Powered by Google App Engine
This is Rietveld 408576698