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

Unified Diff: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
index 9595f553de4df53c2236da9f993cb55efe4d7ea8..a8fd30d36a19f153bd97033c63ede7db141d3c03 100644
--- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
+++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp
@@ -34,8 +34,9 @@ String getSha256String(const String& content) {
return "sha256-...";
}
- return "sha256-" + base64Encode(reinterpret_cast<char*>(digest.data()),
- digest.size(), Base64DoNotInsertLFs);
+ return "sha256-" +
+ base64Encode(reinterpret_cast<char*>(digest.data()), digest.size(),
+ Base64DoNotInsertLFs);
}
template <typename CharType>

Powered by Google App Engine
This is Rietveld 408576698