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

Unified Diff: net/websockets/websocket_handshake_response_info.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/websockets/websocket_handshake_response_info.cc
diff --git a/net/websockets/websocket_handshake_response_info.cc b/net/websockets/websocket_handshake_response_info.cc
index b9588b63e3fd6d6043a2dad3a3cf186d3a73f43b..1a76b257a9f2aa4ba277053fa33394d33098e3b7 100644
--- a/net/websockets/websocket_handshake_response_info.cc
+++ b/net/websockets/websocket_handshake_response_info.cc
@@ -23,8 +23,10 @@ WebSocketHandshakeResponseInfo::WebSocketHandshakeResponseInfo(
status_code(status_code),
status_text(status_text),
headers(headers),
- response_time(response_time) {}
+ response_time(response_time) {
+}
-WebSocketHandshakeResponseInfo::~WebSocketHandshakeResponseInfo() {}
+WebSocketHandshakeResponseInfo::~WebSocketHandshakeResponseInfo() {
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698