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

Unified Diff: third_party/WebKit/Source/wtf/text/CharacterNames.h

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/wtf/text/CStringTest.cpp ('k') | third_party/WebKit/Source/wtf/text/Collator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/text/CharacterNames.h
diff --git a/third_party/WebKit/Source/wtf/text/CharacterNames.h b/third_party/WebKit/Source/wtf/text/CharacterNames.h
index cdb5b18b0c53a7b81cf136a7a8ebebfe1820e7f6..4baef8755f388ddba2380a7b71d3038a05a2780a 100644
--- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
+++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
@@ -109,8 +109,8 @@ const UChar zeroWidthSpaceCharacter = 0x200B;
const UChar zeroWidthNoBreakSpaceCharacter = 0xFEFF;
const UChar32 kMaxCodepoint = 0x10ffff;
-} // namespace Unicode
-} // namespace WTF
+} // namespace Unicode
+} // namespace WTF
using WTF::Unicode::aegeanWordSeparatorLineCharacter;
using WTF::Unicode::aegeanWordSeparatorDotCharacter;
@@ -185,4 +185,4 @@ using WTF::Unicode::zeroWidthSpaceCharacter;
using WTF::Unicode::zeroWidthNoBreakSpaceCharacter;
using WTF::Unicode::kMaxCodepoint;
-#endif // CharacterNames_h
+#endif // CharacterNames_h
« no previous file with comments | « third_party/WebKit/Source/wtf/text/CStringTest.cpp ('k') | third_party/WebKit/Source/wtf/text/Collator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698