Small documentation and stylistic changes.
Test: art/test.py
Change-Id: Ibc74ee4783314266bf1d027811715058626c57c8
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index 37d1317..3732b17 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -1748,7 +1748,7 @@
soa.Self(),
soa.Decode<mirror::ClassLoader>(class_loader));
soa.Env()->GetVm()->DeleteGlobalRef(soa.Self(), class_loader);
- runtime_->GetHeap()->CollectGarbage(/*clear_soft_references*/ true);
+ runtime_->GetHeap()->CollectGarbage(/* clear_soft_references */ true);
ObjPtr<mirror::ClassLoader> decoded_weak = soa.Decode<mirror::ClassLoader>(weak_class_loader);
if (decoded_weak != nullptr) {
LOG(FATAL) << "Failed to unload class loader, path from root set: "