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

Unified Diff: third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp

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/core/editing/commands/SmartReplaceICU.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp b/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp
index 6cd6f6d9c6b1c9a2de82f7a3797e990c915567f4..b1e9618fd73b729f7bcd8f69c2adaf72f406f51b 100644
--- a/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp
@@ -108,6 +108,6 @@ static USet* GetSmartSet(bool is_previous_character) {
bool IsCharacterSmartReplaceExempt(UChar32 c, bool is_previous_character) {
return uset_contains(GetSmartSet(is_previous_character), c);
}
-}
+} // namespace blink
#endif // !OS(MACOSX)

Powered by Google App Engine
This is Rietveld 408576698