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

Unified Diff: net/quic/quic_socket_address_coder.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_socket_address_coder.h
diff --git a/net/quic/quic_socket_address_coder.h b/net/quic/quic_socket_address_coder.h
index 36ad1d03620facc083045948c9649d65c58e4626..852682eba8e2e0d0601c99a0c853ae8f85d6ec70 100644
--- a/net/quic/quic_socket_address_coder.h
+++ b/net/quic/quic_socket_address_coder.h
@@ -26,13 +26,9 @@ class NET_EXPORT_PRIVATE QuicSocketAddressCoder {
bool Decode(const char* data, size_t length);
- IPAddressNumber ip() const {
- return address_.address();
- }
+ IPAddressNumber ip() const { return address_.address(); }
- uint16 port() const {
- return address_.port();
- }
+ uint16 port() const { return address_.port(); }
private:
IPEndPoint address_;

Powered by Google App Engine
This is Rietveld 408576698