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

Unified Diff: third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.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/text/hyphenation/HyphenationMinikin.cpp
diff --git a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
index a930cc7f7eb157ff7ea2aa233d26ef8d333e33cb..b033b0debe03cd408f560afcf1e5c9deb590dde5 100644
--- a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
+++ b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
@@ -132,8 +132,8 @@ static LocaleMap createLocaleFallbackMap() {
{"en-PR", "en-us"}, // English (Puerto Rico)
{"en-UM", "en-us"}, // English (United States Minor Outlying Islands)
{"en-VI", "en-us"}, // English (Virgin Islands)
- // All English locales other than those falling back to en-US are mapped
- // to en-GB.
+ // All English locales other than those falling back
+ // to en-US are mapped to en-GB.
{"en", "en-gb"},
// For German, we're assuming the 1996 (and later) orthography by default.
{"de", "de-1996"},

Powered by Google App Engine
This is Rietveld 408576698