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

Unified Diff: net/spdy/spdy_prefixed_buffer_reader_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_prefixed_buffer_reader_test.cc
diff --git a/net/spdy/spdy_prefixed_buffer_reader_test.cc b/net/spdy/spdy_prefixed_buffer_reader_test.cc
index e3a6a6552dc84b3004db8af57cf4f6b1dd321216..9377344dcf6f74d165c499982a751e32cd6a36e9 100644
--- a/net/spdy/spdy_prefixed_buffer_reader_test.cc
+++ b/net/spdy/spdy_prefixed_buffer_reader_test.cc
@@ -19,8 +19,8 @@ class SpdyPrefixedBufferReaderTest : 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