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

Unified Diff: net/quic/quic_data_writer.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_data_writer.h
diff --git a/net/quic/quic_data_writer.h b/net/quic/quic_data_writer.h
index 0e14e87c692dcbee6b19bb65ad7a74ce610f531e..85a1d29f9fc4e863d3c822003fd3f4aa651c0eb2 100644
--- a/net/quic/quic_data_writer.h
+++ b/net/quic/quic_data_writer.h
@@ -61,9 +61,7 @@ class NET_EXPORT_PRIVATE QuicDataWriter {
bool WriteUInt32ToOffset(uint32 value, size_t offset);
bool WriteUInt48ToOffset(uint64 value, size_t offset);
- size_t capacity() const {
- return capacity_;
- }
+ size_t capacity() const { return capacity_; }
private:
// Returns the location that the data should be written at, or NULL if there

Powered by Google App Engine
This is Rietveld 408576698