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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/CharacterIterator.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/iterators/CharacterIterator.cpp
diff --git a/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp
index ed90407162030b61584e6d96ec77ac306c0c5155..b531e38736626f376275dd1957731722f21d01a6 100644
--- a/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp
+++ b/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp
@@ -200,9 +200,10 @@ EphemeralRange calculateCharacterSubrange(const EphemeralRange& range,
int characterOffset,
int characterCount) {
CharacterIterator entireRangeIterator(
- range, TextIteratorBehavior::Builder()
- .setEmitsObjectReplacementCharacter(true)
- .build());
+ range,
+ TextIteratorBehavior::Builder()
+ .setEmitsObjectReplacementCharacter(true)
+ .build());
return entireRangeIterator.calculateCharacterSubrange(characterOffset,
characterCount);
}

Powered by Google App Engine
This is Rietveld 408576698