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

Unified Diff: net/spdy/hpack_output_stream.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/hpack_output_stream.cc
diff --git a/net/spdy/hpack_output_stream.cc b/net/spdy/hpack_output_stream.cc
index 20f901d3b398c7f3f7df071daa101eb6f62410bb..5c85a80c2020162c6174485c837f4b2c3db733a7 100644
--- a/net/spdy/hpack_output_stream.cc
+++ b/net/spdy/hpack_output_stream.cc
@@ -6,16 +6,16 @@
#include "base/logging.h"
-
namespace net {
using base::StringPiece;
using std::string;
-HpackOutputStream::HpackOutputStream()
- : bit_offset_(0) {}
+HpackOutputStream::HpackOutputStream() : bit_offset_(0) {
+}
-HpackOutputStream::~HpackOutputStream() {}
+HpackOutputStream::~HpackOutputStream() {
+}
void HpackOutputStream::AppendBits(uint8 bits, size_t bit_size) {
DCHECK_GT(bit_size, 0u);

Powered by Google App Engine
This is Rietveld 408576698