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

Unified Diff: third_party/WebKit/Source/web/TextFinder.cpp

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/web/TextFinder.cpp
diff --git a/third_party/WebKit/Source/web/TextFinder.cpp b/third_party/WebKit/Source/web/TextFinder.cpp
index d192da52a40f3a7518ee593f5f45363fdc2377bc..f00b11629ac051f4a2c8a270105566551486e984 100644
--- a/third_party/WebKit/Source/web/TextFinder.cpp
+++ b/third_party/WebKit/Source/web/TextFinder.cpp
@@ -437,7 +437,7 @@ void TextFinder::ScopeStringMatches(int identifier,
// Scoping effort ran out of time, lets ask for another time-slice.
ScopeStringMatchesSoon(identifier, search_text, options);
- return; // Done for now, resume work later.
+ return; // Done for now, resume work later.
}
FinishCurrentScopingEffort(identifier);

Powered by Google App Engine
This is Rietveld 408576698