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

Unified Diff: net/spdy/hpack_huffman_table.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/hpack_huffman_table.h
diff --git a/net/spdy/hpack_huffman_table.h b/net/spdy/hpack_huffman_table.h
index f776ddd2887e63dccabd9e026a5f54b36cbc5a53..970d06923fa7c9c09c3975a260a31981f5acde72 100644
--- a/net/spdy/hpack_huffman_table.h
+++ b/net/spdy/hpack_huffman_table.h
@@ -102,7 +102,8 @@ class NET_EXPORT_PRIVATE HpackHuffmanTable {
const DecodeEntry& Entry(const DecodeTable& table, uint32 index) const;
- void SetEntry(const DecodeTable& table, uint32 index,
+ void SetEntry(const DecodeTable& table,
+ uint32 index,
const DecodeEntry& entry);
std::vector<DecodeTable> decode_tables_;

Powered by Google App Engine
This is Rietveld 408576698