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

Unified Diff: mojo/services/media/control/interfaces/media_source.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Switch to 80 char line length limit. Created 4 years, 9 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: mojo/services/media/control/interfaces/media_source.mojom
diff --git a/mojo/services/media/control/interfaces/media_source.mojom b/mojo/services/media/control/interfaces/media_source.mojom
index 0e0d39b90669a2f8037aed709ba7c5bd9cf55761..64eb7aa2ab73a13f2401475a489b92b2c8d812cc 100644
--- a/mojo/services/media/control/interfaces/media_source.mojom
+++ b/mojo/services/media/control/interfaces/media_source.mojom
@@ -34,8 +34,8 @@ interface MediaSource {
// Gets the status. To get the status immediately, call GetStatus(0). To
// get updates thereafter, pass the version sent in the previous callback.
- GetStatus(uint64 version_last_seen) =>
- (uint64 version, MediaSourceStatus status);
+ GetStatus(uint64 version_last_seen)
+ => (uint64 version, MediaSourceStatus status);
// Prepares the source.
Prepare() => ();

Powered by Google App Engine
This is Rietveld 408576698