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

Unified Diff: net/server/http_connection.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/server/http_connection.cc
diff --git a/net/server/http_connection.cc b/net/server/http_connection.cc
index d433012cd651c7b7462972c3835cb818a9a78d8d..f0406442e224b6b497ce348a4643b3dedbc5a34f 100644
--- a/net/server/http_connection.cc
+++ b/net/server/http_connection.cc
@@ -31,8 +31,7 @@ void HttpConnection::Send(const HttpServerResponseInfo& response) {
HttpConnection::HttpConnection(HttpServer* server,
scoped_ptr<StreamListenSocket> sock)
- : server_(server),
- socket_(sock.Pass()) {
+ : server_(server), socket_(sock.Pass()) {
id_ = last_id_++;
}

Powered by Google App Engine
This is Rietveld 408576698