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

Unified Diff: third_party/WebKit/Source/core/dom/Node.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/core/dom/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index f5e2e772616e5eabc63a1dba6ea7702a4a8b0419..13b3e51ff16979f30ce00308718453004b37e19a 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -904,8 +904,8 @@ class CORE_EXPORT Node : public EventTarget {
enum ConstructionType {
kCreateOther = kDefaultNodeFlags,
kCreateText = kDefaultNodeFlags | kIsTextFlag,
- kCreateContainer = kDefaultNodeFlags | kChildNeedsStyleRecalcFlag |
- kIsContainerFlag,
+ kCreateContainer =
+ kDefaultNodeFlags | kChildNeedsStyleRecalcFlag | kIsContainerFlag,
kCreateElement = kCreateContainer | kIsElementFlag,
kCreateShadowRoot =
kCreateContainer | kIsDocumentFragmentFlag | kIsInShadowTreeFlag,

Powered by Google App Engine
This is Rietveld 408576698