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

Unified Diff: third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.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/platform/fonts/ScriptRunIteratorTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
index 94426a48bee06c9676dcd47e030774588e376f37..1db0295e1f10510c5af2465656fc2b10ff357f13 100644
--- a/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
@@ -651,8 +651,8 @@ class ScriptRunIteratorICUDataTest : public testing::Test {
TEST_F(ScriptRunIteratorICUDataTest, ValidateICUMaxScriptExtensions) {
int maxExtensions;
UChar32 cp = GetACharWithMaxExtensions(&maxExtensions);
- ASSERT_LE(maxExtensions, ScriptData::kMaxScriptCount) << "char " << std::hex
- << cp << std::dec;
+ ASSERT_LE(maxExtensions, ScriptData::kMaxScriptCount)
+ << "char " << std::hex << cp << std::dec;
}
// Check that ICUScriptData returns all of a character's scripts.

Powered by Google App Engine
This is Rietveld 408576698