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

Unified Diff: net/spdy/spdy_prefixed_buffer_reader.h

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.h
diff --git a/net/spdy/spdy_prefixed_buffer_reader.h b/net/spdy/spdy_prefixed_buffer_reader.h
index 6d277179712d5f8441ca536fe0a095239b83811d..f652057e307eb92412a9d9a60fecc13aaa883d3c 100644
--- a/net/spdy/spdy_prefixed_buffer_reader.h
+++ b/net/spdy/spdy_prefixed_buffer_reader.h
@@ -14,8 +14,10 @@ namespace net {
// from a disjoint buffer prefix & suffix.
class NET_EXPORT_PRIVATE SpdyPrefixedBufferReader {
public:
- SpdyPrefixedBufferReader(const char* prefix, size_t prefix_length,
- const char* suffix, size_t suffix_length);
+ SpdyPrefixedBufferReader(const char* prefix,
+ size_t prefix_length,
+ const char* suffix,
+ size_t suffix_length);
// Returns number of bytes available to be read.
size_t Available();

Powered by Google App Engine
This is Rietveld 408576698