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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/LocaleToScriptMapping.h
diff --git a/third_party/WebKit/Source/platform/text/LocaleToScriptMapping.h b/third_party/WebKit/Source/platform/text/LocaleToScriptMapping.h
index d92edad8a35e0dc46a86824b0c4e7b615b730e42..e9e0b773dbcba6726cb95566ae72d09e6c7c4575 100644
--- a/third_party/WebKit/Source/platform/text/LocaleToScriptMapping.h
+++ b/third_party/WebKit/Source/platform/text/LocaleToScriptMapping.h
@@ -52,6 +52,6 @@ inline bool IsUnambiguousHanScript(UScriptCode script) {
script == USCRIPT_SIMPLIFIED_HAN ||
script == USCRIPT_TRADITIONAL_HAN || script == USCRIPT_HANGUL;
}
-}
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698