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

Unified Diff: net/spdy/spdy_read_queue.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_read_queue.cc
diff --git a/net/spdy/spdy_read_queue.cc b/net/spdy/spdy_read_queue.cc
index 36f1e06c4ccd54a6b6594e8a7cca010d04e0bcc1..47016018503a8415bd5355175cffce1b3b9e29b7 100644
--- a/net/spdy/spdy_read_queue.cc
+++ b/net/spdy/spdy_read_queue.cc
@@ -10,7 +10,8 @@
namespace net {
-SpdyReadQueue::SpdyReadQueue() : total_size_(0) {}
+SpdyReadQueue::SpdyReadQueue() : total_size_(0) {
+}
SpdyReadQueue::~SpdyReadQueue() {
Clear();

Powered by Google App Engine
This is Rietveld 408576698