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

Unified Diff: third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol Created 4 years, 2 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 c8ae59c88dfef07782e94b84c459007dec53f0ed..2b709af5c40f6117fab90460cc8fa7751c181777 100644
--- a/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
+++ b/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
@@ -143,11 +143,13 @@ 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"},
- // Liechtenstein uses the Swiss hyphenation rules for the 1901 orthography.
+ // Liechtenstein uses the Swiss hyphenation rules for the 1901
+ // orthography.
{"de-LI-1901", "de-ch-1901"},
// Norwegian is very probably Norwegian Bokmål.
{"no", "nb"},

Powered by Google App Engine
This is Rietveld 408576698