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

Unified Diff: net/http/http_pipelined_host.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/http/http_pipelined_host.cc
diff --git a/net/http/http_pipelined_host.cc b/net/http/http_pipelined_host.cc
index ca477808e9bf964a97456fda42614348cad283bf..89e1c2cdc3f4ac46e5c36005a33a818222706094 100644
--- a/net/http/http_pipelined_host.cc
+++ b/net/http/http_pipelined_host.cc
@@ -6,8 +6,7 @@
namespace net {
-HttpPipelinedHost::Key::Key(const HostPortPair& origin)
- : origin_(origin) {
+HttpPipelinedHost::Key::Key(const HostPortPair& origin) : origin_(origin) {
}
bool HttpPipelinedHost::Key::operator<(const Key& rhs) const {

Powered by Google App Engine
This is Rietveld 408576698