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 |