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

Unified Diff: third_party/WebKit/Source/core/events/EventListenerMap.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/events/EventListenerMap.cpp
diff --git a/third_party/WebKit/Source/core/events/EventListenerMap.cpp b/third_party/WebKit/Source/core/events/EventListenerMap.cpp
index cd0c46291a0292c3aac10e0b1948f4e3460907da..cce534bd2910f675e3f69b3aac6141286627ad56 100644
--- a/third_party/WebKit/Source/core/events/EventListenerMap.cpp
+++ b/third_party/WebKit/Source/core/events/EventListenerMap.cpp
@@ -138,10 +138,9 @@ static bool removeListenerFromVector(
// possible to create a RegisteredEventListener on the stack because of the
// const on |listener|.
const auto it = std::find_if(
- begin, end, [listener, options](
- const RegisteredEventListener& eventListener) -> bool {
- return eventListener.matches(listener, options);
- });
+ begin, end,
+ [listener, options](const RegisteredEventListener& eventListener)
+ -> bool { return eventListener.matches(listener, options); });
if (it == end) {
*indexOfRemovedListener = kNotFound;
« no previous file with comments | « third_party/WebKit/Source/core/events/EventDispatcher.cpp ('k') | third_party/WebKit/Source/core/events/MouseEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698