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

Unified Diff: services/media/framework/models/multistream_source.h

Issue 1822333002: Motown: wholesale clang-format (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat 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
« no previous file with comments | « services/media/framework/models/demand.h ('k') | services/media/framework/models/transform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/models/multistream_source.h
diff --git a/services/media/framework/models/multistream_source.h b/services/media/framework/models/multistream_source.h
index 01a82e9c1753311c6efa2b930bd5f8bd1389736c..078235319582a9aa0ee34b3196460af594e61e3b 100644
--- a/services/media/framework/models/multistream_source.h
+++ b/services/media/framework/models/multistream_source.h
@@ -23,10 +23,10 @@ class MultistreamSource : public Part {
// Gets a packet for the stream indicated via stream_index_out. This call
// should always produce a packet until end-of-stream. The caller is
// responsible for releasing the packet.
- virtual PacketPtr PullPacket(size_t *stream_index_out) = 0;
+ virtual PacketPtr PullPacket(size_t* stream_index_out) = 0;
};
} // namespace media
} // namespace mojo
-#endif // MOJO_MEDIA_MODELS_MULTISTREAM_SOURCE_H_
+#endif // MOJO_MEDIA_MODELS_MULTISTREAM_SOURCE_H_
« no previous file with comments | « services/media/framework/models/demand.h ('k') | services/media/framework/models/transform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698