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

Unified Diff: net/quic/quic_data_reader.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_data_reader.cc
diff --git a/net/quic/quic_data_reader.cc b/net/quic/quic_data_reader.cc
index b9a6acf32f5b28c442caf18ba17d93ebc912be8f..264c496597f78ac3fc6d0301baad9bfbc83dcffb 100644
--- a/net/quic/quic_data_reader.cc
+++ b/net/quic/quic_data_reader.cc
@@ -12,9 +12,7 @@ using base::StringPiece;
namespace net {
QuicDataReader::QuicDataReader(const char* data, const size_t len)
- : data_(data),
- len_(len),
- pos_(0) {
+ : data_(data), len_(len), pos_(0) {
}
bool QuicDataReader::ReadUInt16(uint16* result) {

Powered by Google App Engine
This is Rietveld 408576698