summaryrefslogtreecommitdiffstats
path: root/runtime/gc/accounting/gc_allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/accounting/gc_allocator.cc')
-rw-r--r--runtime/gc/accounting/gc_allocator.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/gc/accounting/gc_allocator.cc b/runtime/gc/accounting/gc_allocator.cc
index 0b0d3ed..11d0e67 100644
--- a/runtime/gc/accounting/gc_allocator.cc
+++ b/runtime/gc/accounting/gc_allocator.cc
@@ -31,6 +31,6 @@ namespace accounting {
Runtime::Current()->GetHeap()->RegisterGCDeAllocation(bytes);
free(p);
}
-}
-}
-}
+} // namespace accounting
+} // namespace gc
+} // namespace art