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

Unified Diff: services/media/framework/lpcm_util.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/graph.cc ('k') | services/media/framework/lpcm_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/lpcm_util.h
diff --git a/services/media/framework/lpcm_util.h b/services/media/framework/lpcm_util.h
index 888cfc8cbb8fbaa8a0c51a5dfa43246e95862a99..bdaeab3388925fb4334a354e5710978849b04394 100644
--- a/services/media/framework/lpcm_util.h
+++ b/services/media/framework/lpcm_util.h
@@ -33,14 +33,13 @@ class LpcmUtil {
// channel buffer per channel. The samples for each channel are contiguous
// in the respective channel buffer with possible empty space at the end
// (hence the in_type_count and the frame_count).
- virtual void Interleave(
- const void* in,
- size_t in_byte_count,
- void* out,
- size_t frame_count) const = 0;
+ virtual void Interleave(const void* in,
+ size_t in_byte_count,
+ void* out,
+ size_t frame_count) const = 0;
};
} // namespace media
} // namespace mojo
-#endif // SERVICES_MEDIA_FRAMEWORK_LPCM_UTIL_H_
+#endif // SERVICES_MEDIA_FRAMEWORK_LPCM_UTIL_H_
« no previous file with comments | « services/media/framework/graph.cc ('k') | services/media/framework/lpcm_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698