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

Unified Diff: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.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/modules/remoteplayback/RemotePlayback.cpp
diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
index 3a266f590fad4bedbcf6da978dbc62b4fdea0a66..b0f7f58b65cf805253069563e4214af668fbd75b 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
+++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
@@ -89,11 +89,11 @@ ScriptPromise RemotePlayback::watchAvailability(
int id;
do {
id = getExecutionContext()->circularSequentialID();
- } while (
- !m_availabilityCallbacks
- .insert(id, TraceWrapperMember<RemotePlaybackAvailabilityCallback>(
- this, callback))
- .isNewEntry);
+ } while (!m_availabilityCallbacks
+ .insert(id,
+ TraceWrapperMember<RemotePlaybackAvailabilityCallback>(
+ this, callback))
+ .isNewEntry);
// Report the current availability via the callback.
// TODO(yuryu): Wrapping notifyInitialAvailability with WTF::Closure as

Powered by Google App Engine
This is Rietveld 408576698