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

Unified Diff: third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.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/editing/commands/ApplyBlockElementCommand.cpp
diff --git a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
index fb353fdb7b7853b4c85314c897247b4e190f174c..4d9fe9679b771e4ab03c811cd8b9871595575c96 100644
--- a/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
+++ b/third_party/WebKit/Source/core/editing/commands/ApplyBlockElementCommand.cpp
@@ -325,9 +325,10 @@ void ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded(
endOfLastParagraph =
lastPositionInOrAfterNode(endContainer->previousSibling());
else
- endOfLastParagraph = Position(
- endContainer, endOfLastParagraph.offsetInContainerNode() -
- end.offsetInContainerNode());
+ endOfLastParagraph =
+ Position(endContainer,
+ endOfLastParagraph.offsetInContainerNode() -
+ end.offsetInContainerNode());
}
end = Position::lastPositionInNode(endContainer->previousSibling());
}

Powered by Google App Engine
This is Rietveld 408576698