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

Unified Diff: services/media/factory_service/event.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/factory_service/event.h ('k') | services/media/factory_service/factory_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/factory_service/event.cc
diff --git a/services/media/factory_service/event.cc b/services/media/factory_service/event.cc
index 3b6a324aebb209f718f9ed165bf8e8acd14ab7a2..c964407d77a1c8124eee0f1342ffedd1c8e8690a 100644
--- a/services/media/factory_service/event.cc
+++ b/services/media/factory_service/event.cc
@@ -169,9 +169,7 @@ void FirstEventImpl::Init() {
}
}
- std::function<void()> consequence = [this]() {
- Finished();
- };
+ std::function<void()> consequence = [this]() { Finished(); };
for (Event& precursor : precursors_) {
precursor.When(consequence);
« no previous file with comments | « services/media/factory_service/event.h ('k') | services/media/factory_service/factory_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698