Index: runtime/vm/megamorphic_cache_table.cc |
=================================================================== |
--- runtime/vm/megamorphic_cache_table.cc (revision 26375) |
+++ runtime/vm/megamorphic_cache_table.cc (working copy) |
@@ -92,7 +92,8 @@ |
size += MegamorphicCache::InstanceSize(); |
size += Array::InstanceSize(buckets.Length()); |
} |
- OS::Print("%"Pd" megamorphic caches using %"Pd"KB.\n", length_, size / 1024); |
+ OS::Print("%" Pd " megamorphic caches using %" Pd "KB.\n", |
+ length_, size / 1024); |
} |
} // namespace dart |