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

Unified Diff: net/quic/quic_fec_group.h

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_fec_group.h
diff --git a/net/quic/quic_fec_group.h b/net/quic/quic_fec_group.h
index f296b9c72caa6bb014e8fb3beea149c3e6134de7..caf612ba1bb8d348245912e61edad622557689d4 100644
--- a/net/quic/quic_fec_group.h
+++ b/net/quic/quic_fec_group.h
@@ -60,9 +60,7 @@ class NET_EXPORT_PRIVATE QuicFecGroup {
return min_protected_packet_;
}
- size_t NumReceivedPackets() const {
- return received_packets_.size();
- }
+ size_t NumReceivedPackets() const { return received_packets_.size(); }
private:
bool UpdateParity(base::StringPiece payload);

Powered by Google App Engine
This is Rietveld 408576698