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

Unified Diff: third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h

Issue 2397963002: Reflow comments in //third_party/WebKit/Source/core/editing/commands (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/editing/commands/EditorCommandNames.h
diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
index 1cfe89d891559bd061dc7b164b13662f29e555ec..40a6714c744cfa55bfc967f7952667e7953c6d1e 100644
--- a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
+++ b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
@@ -7,8 +7,8 @@
namespace blink {
-// Must be ordered in a case-folding manner for binary search.
-// Covered by unit tests in EditingCommandTest.cpp (not able to use static_assert)
+// Must be ordered in a case-folding manner for binary search. Covered by unit
+// tests in EditingCommandTest.cpp (not able to use static_assert)
#define FOR_EACH_BLINK_EDITING_COMMAND_NAME(V) \
V(AlignCenter) \
V(AlignJustified) \

Powered by Google App Engine
This is Rietveld 408576698