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

Unified Diff: net/spdy/spdy_pinnable_buffer_piece_test.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/spdy/spdy_pinnable_buffer_piece_test.cc
diff --git a/net/spdy/spdy_pinnable_buffer_piece_test.cc b/net/spdy/spdy_pinnable_buffer_piece_test.cc
index 456e4a86defe745a7ee3471b97c4c90a48b0ab7a..324dcd6ffa6bf7a182722c550149beb477a57bd3 100644
--- a/net/spdy/spdy_pinnable_buffer_piece_test.cc
+++ b/net/spdy/spdy_pinnable_buffer_piece_test.cc
@@ -18,8 +18,8 @@ class SpdyPinnableBufferPieceTest : public ::testing::Test {
SpdyPrefixedBufferReader Build(std::string prefix, std::string suffix) {
prefix_ = prefix;
suffix_ = suffix;
- return SpdyPrefixedBufferReader(prefix_.data(), prefix_.length(),
- suffix_.data(), suffix_.length());
+ return SpdyPrefixedBufferReader(
+ prefix_.data(), prefix_.length(), suffix_.data(), suffix_.length());
}
std::string prefix_, suffix_;
};

Powered by Google App Engine
This is Rietveld 408576698