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

Unified Diff: third_party/WebKit/Source/platform/text/Character.h

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/text/Character.h
diff --git a/third_party/WebKit/Source/platform/text/Character.h b/third_party/WebKit/Source/platform/text/Character.h
index 8a5b4209a6e3e59d0289eaaa4c81c9370d81512d..5cd34dcf8e873f99ea4f62fd1e4a86cf77e34364 100644
--- a/third_party/WebKit/Source/platform/text/Character.h
+++ b/third_party/WebKit/Source/platform/text/Character.h
@@ -59,8 +59,9 @@ class PLATFORM_EXPORT Character {
0x180D) // MONGOLIAN FREE VARIATION SELECTOR ONE to THREE
||
isInRange(character, 0xFE00, 0xFE0F) // VARIATION SELECTOR-1 to 16
- || isInRange(character, 0xE0100,
- 0xE01EF); // VARIATION SELECTOR-17 to 256
+ ||
+ isInRange(character, 0xE0100,
+ 0xE01EF); // VARIATION SELECTOR-17 to 256
}
static bool isCJKIdeographOrSymbol(UChar32);
« no previous file with comments | « third_party/WebKit/Source/platform/text/BidiResolver.h ('k') | third_party/WebKit/Source/platform/text/Character.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698