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

Unified Diff: services/media/framework/refs.cc

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/payload_allocator.cc ('k') | services/media/framework/result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/refs.cc
diff --git a/services/media/framework/refs.cc b/services/media/framework/refs.cc
index c2670a2640407064152b253c7392369e685b897c..bcff5cbde7cc7fa50385cd3bb1500d374b0abcb5 100644
--- a/services/media/framework/refs.cc
+++ b/services/media/framework/refs.cc
@@ -55,8 +55,7 @@ const OutputRef& InputRef::mate() const {
return actual().mate();
}
-InputRef::InputRef(Stage* stage, size_t index) :
- stage_(stage), index_(index) {
+InputRef::InputRef(Stage* stage, size_t index) : stage_(stage), index_(index) {
DCHECK(valid());
}
@@ -79,8 +78,8 @@ const InputRef& OutputRef::mate() const {
return actual().mate();
}
-OutputRef::OutputRef(Stage* stage, size_t index) :
- stage_(stage), index_(index) {
+OutputRef::OutputRef(Stage* stage, size_t index)
+ : stage_(stage), index_(index) {
DCHECK(valid());
}
« no previous file with comments | « services/media/framework/payload_allocator.cc ('k') | services/media/framework/result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698