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

Unified Diff: services/media/framework/payload_allocator.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.h ('k') | services/media/framework/refs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework/payload_allocator.cc
diff --git a/services/media/framework/payload_allocator.cc b/services/media/framework/payload_allocator.cc
index 94938f7ccd31dc4c31b65505f1ea419a66d0eb4c..36871009655b790806c6c1946d30dc7afcbcc215 100644
--- a/services/media/framework/payload_allocator.cc
+++ b/services/media/framework/payload_allocator.cc
@@ -35,12 +35,12 @@ void DefaultAllocator::ReleasePayloadBuffer(size_t size, void* buffer) {
static constexpr DefaultAllocator default_allocator;
-} // namespace
+} // namespace
// static
PayloadAllocator* PayloadAllocator::GetDefault() {
return const_cast<DefaultAllocator*>(&default_allocator);
}
-} // namespace media
-} // namespace mojo
+} // namespace media
+} // namespace mojo
« no previous file with comments | « services/media/framework/payload_allocator.h ('k') | services/media/framework/refs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698