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

Unified Diff: examples/media_test/media_test.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 | « examples/media_test/keystroke.cc ('k') | examples/media_test/media_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/media_test/media_test.h
diff --git a/examples/media_test/media_test.h b/examples/media_test/media_test.h
index 2c03118b5b895d3581221213f4e9148f77169ecf..0ae4c8144d5fa6e4230e45d314685ea1e6d392c5 100644
--- a/examples/media_test/media_test.h
+++ b/examples/media_test/media_test.h
@@ -21,9 +21,8 @@ class MediaTest {
public:
using UpdateCallback = std::function<void()>;
- static std::unique_ptr<MediaTest> Create(
- mojo::ApplicationImpl* app,
- const std::string& input_file_name);
+ static std::unique_ptr<MediaTest> Create(mojo::ApplicationImpl* app,
+ const std::string& input_file_name);
~MediaTest();
@@ -53,9 +52,8 @@ class MediaTest {
// Handles a status update from the player. When called with the default
// argument values, initiates status updates.
- void HandleStatusUpdates(
- uint64_t version = MediaPlayer::kInitialStatus,
- MediaPlayerStatusPtr status = nullptr);
+ void HandleStatusUpdates(uint64_t version = MediaPlayer::kInitialStatus,
+ MediaPlayerStatusPtr status = nullptr);
MediaPlayerPtr media_player_;
MediaState state_;
« no previous file with comments | « examples/media_test/keystroke.cc ('k') | examples/media_test/media_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698