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

Unified Diff: net/spdy/spdy_pinnable_buffer_piece.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.cc
diff --git a/net/spdy/spdy_pinnable_buffer_piece.cc b/net/spdy/spdy_pinnable_buffer_piece.cc
index 01f8d1db1436b358686fb28c6ce1537b74d1ab9e..220aa683af425c82e66b24c17d613fe7cf5f9920 100644
--- a/net/spdy/spdy_pinnable_buffer_piece.cc
+++ b/net/spdy/spdy_pinnable_buffer_piece.cc
@@ -6,10 +6,11 @@
namespace net {
-SpdyPinnableBufferPiece::SpdyPinnableBufferPiece()
- : buffer_(0), length_(0) {}
+SpdyPinnableBufferPiece::SpdyPinnableBufferPiece() : buffer_(0), length_(0) {
+}
-SpdyPinnableBufferPiece::~SpdyPinnableBufferPiece() {}
+SpdyPinnableBufferPiece::~SpdyPinnableBufferPiece() {
+}
void SpdyPinnableBufferPiece::Pin() {
if (!storage_ && buffer_ != NULL && length_ != 0) {

Powered by Google App Engine
This is Rietveld 408576698