Auto merge of #80247 - tmiasko:indent, r=bjorn3

Fix indentation of -Z meta-stats output
This commit is contained in:
bors 2021-01-03 09:16:24 +00:00
commit 18cb4ad3b9

View File

@ -694,7 +694,7 @@ fn encode_crate_root(&mut self) -> Lazy<CrateRoot<'tcx>> {
println!(" lang item bytes: {}", lang_item_bytes);
println!(" diagnostic item bytes: {}", diagnostic_item_bytes);
println!(" native bytes: {}", native_lib_bytes);
println!(" source_map bytes: {}", source_map_bytes);
println!(" source_map bytes: {}", source_map_bytes);
println!(" impl bytes: {}", impl_bytes);
println!(" exp. symbols bytes: {}", exported_symbols_bytes);
println!(" def-path table bytes: {}", def_path_table_bytes);