mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 04:50:31 -04:00
Fix missing newline in layout dump
This commit is contained in:
parent
9725b8fc61
commit
a629dad243
@ -91,6 +91,7 @@ void analyze_frozen(std::ostream& os,
|
||||
auto layout = meta.findFirstOfType<
|
||||
std::unique_ptr<Layout<thrift::metadata::metadata>>>();
|
||||
(*layout)->print(os, 0);
|
||||
os << '\n';
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user