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

Unified Diff: net/http/http_log_util.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_log_util.cc
diff --git a/net/http/http_log_util.cc b/net/http/http_log_util.cc
index ab6ebda74aca0be5b39b9bfc046e91943e20c4bd..d95fa07e4cded5e322626371451b22020af623ea 100644
--- a/net/http/http_log_util.cc
+++ b/net/http/http_log_util.cc
@@ -73,9 +73,9 @@ std::string ElideHeaderValueForNetLog(NetLog::LogLevel log_level,
return value;
return std::string(value.begin(), redact_begin) +
- base::StringPrintf("[%ld bytes were stripped]",
- static_cast<long>(redact_end - redact_begin)) +
- std::string(redact_end, value.end());
+ base::StringPrintf("[%ld bytes were stripped]",
+ static_cast<long>(redact_end - redact_begin)) +
+ std::string(redact_end, value.end());
}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698