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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutQuote.cpp

Issue 2400863005: Reformat comments in core/layout up until LayoutTableRow (Closed)
Patch Set: 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/core/layout/LayoutQuote.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutQuote.cpp b/third_party/WebKit/Source/core/layout/LayoutQuote.cpp
index 4ea17e799caa40023e9c67e1bece973c44f918d6..d5c5f0dd3d9d49c273f114bad648e53cbd8876c1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutQuote.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutQuote.cpp
@@ -72,7 +72,8 @@ struct Language {
bool operator<(const Language& b) const { return strcmp(lang, b.lang) < 0; }
};
-// Table of quotes from http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#quote
+// Table of quotes from
+// http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#quote
Language languages[] = {
{"af", 0x201c, 0x201d, 0x2018, 0x2019, 0},
{"agq", 0x201e, 0x201d, 0x201a, 0x2019, 0},

Powered by Google App Engine
This is Rietveld 408576698