mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-11 13:30:47 -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<
|
auto layout = meta.findFirstOfType<
|
||||||
std::unique_ptr<Layout<thrift::metadata::metadata>>>();
|
std::unique_ptr<Layout<thrift::metadata::metadata>>>();
|
||||||
(*layout)->print(os, 0);
|
(*layout)->print(os, 0);
|
||||||
|
os << '\n';
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user