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

Unified Diff: net/quic/quic_write_blocked_list.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/quic/quic_write_blocked_list.cc
diff --git a/net/quic/quic_write_blocked_list.cc b/net/quic/quic_write_blocked_list.cc
index 10f9c343bfab3ea2d8f7f911913e61aeb6eb0fcc..9dfd3066b303e9a9139f63359fb7656545802609 100644
--- a/net/quic/quic_write_blocked_list.cc
+++ b/net/quic/quic_write_blocked_list.cc
@@ -12,9 +12,10 @@ const QuicPriority QuicWriteBlockedList::kLowestPriority =
static_cast<QuicPriority>(net::kLowestPriority);
QuicWriteBlockedList::QuicWriteBlockedList()
- : crypto_stream_blocked_(false),
- headers_stream_blocked_(false) {}
+ : crypto_stream_blocked_(false), headers_stream_blocked_(false) {
+}
-QuicWriteBlockedList::~QuicWriteBlockedList() {}
+QuicWriteBlockedList::~QuicWriteBlockedList() {
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698