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

Unified Diff: services/media/framework/parts/null_sink.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/parts/lpcm_reformatter.cc ('k') | services/media/framework/parts/null_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/parts/null_sink.h
diff --git a/services/media/framework/parts/null_sink.h b/services/media/framework/parts/null_sink.h
index d30caaa270136ae1f9a2955b0dbac392fda0c756..3bd39ed2ead6874515c4ed505473323654face03 100644
--- a/services/media/framework/parts/null_sink.h
+++ b/services/media/framework/parts/null_sink.h
@@ -14,7 +14,7 @@ namespace media {
class NullSink : public ActiveSink {
public:
static std::shared_ptr<NullSink> Create() {
- return std::shared_ptr<NullSink>(new NullSink());
+ return std::shared_ptr<NullSink>(new NullSink());
}
~NullSink() override;
« no previous file with comments | « services/media/framework/parts/lpcm_reformatter.cc ('k') | services/media/framework/parts/null_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698