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

Unified Diff: net/quic/test_tools/quic_flow_controller_peer.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/test_tools/quic_flow_controller_peer.cc
diff --git a/net/quic/test_tools/quic_flow_controller_peer.cc b/net/quic/test_tools/quic_flow_controller_peer.cc
index 80b5e2bae5d8166047de9efd63a7ac0d5593057a..a96a70fc6347e375210d6c453a99bde76ddca6b2 100644
--- a/net/quic/test_tools/quic_flow_controller_peer.cc
+++ b/net/quic/test_tools/quic_flow_controller_peer.cc
@@ -28,7 +28,8 @@ void QuicFlowControllerPeer::SetReceiveWindowOffset(
// static
void QuicFlowControllerPeer::SetMaxReceiveWindow(
- QuicFlowController* flow_controller, uint64 window_size) {
+ QuicFlowController* flow_controller,
+ uint64 window_size) {
flow_controller->max_receive_window_ = window_size;
}

Powered by Google App Engine
This is Rietveld 408576698