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

Unified Diff: third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/ChildListMutationScope.cpp
diff --git a/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp b/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
index b96ccf192da2146b2bff3748579c73a863f2c439..4d87a6159316b744293ed24cf3f2010e79e15a73 100644
--- a/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
+++ b/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
@@ -83,8 +83,9 @@ ChildListMutationAccumulator* ChildListMutationAccumulator::getOrCreate(
}
inline bool ChildListMutationAccumulator::isAddedNodeInOrder(Node* child) {
- return isEmpty() || (m_lastAdded == child->previousSibling() &&
- m_nextSibling == child->nextSibling());
+ return isEmpty() ||
+ (m_lastAdded == child->previousSibling() &&
+ m_nextSibling == child->nextSibling());
}
void ChildListMutationAccumulator::childAdded(Node* child) {
« no previous file with comments | « third_party/WebKit/Source/core/dom/CharacterData.cpp ('k') | third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698