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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.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/WordAwareIterator.cpp
diff --git a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp
index 4de5edf332cb94b6a6416d97ca2dba22ba241b9c..53c8200fbc807ef76654d18753b7787799ab1772 100644
--- a/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp
+++ b/third_party/WebKit/Source/core/editing/iterators/WordAwareIterator.cpp
@@ -31,8 +31,7 @@ namespace blink {
WordAwareIterator::WordAwareIterator(const Position& start, const Position& end)
// So we consider the first chunk from the text iterator.
- : m_didLookAhead(true),
- m_textIterator(start, end) {
+ : m_didLookAhead(true), m_textIterator(start, end) {
advance(); // Get in position over the first chunk of text.
}

Powered by Google App Engine
This is Rietveld 408576698