Skip to content

Commit 4005272

Browse files
committed
Use same placeholder size for headers, too
1 parent bfd8719 commit 4005272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/psyq-obj-parser/psyq-obj-parser.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ void PsyqLnkFile::display() {
766766
section.display(this);
767767
}
768768
fmt::print("\n\n\n :: Relocations\n\n");
769-
fmt::print(" {:8} {:>12}::{:8} {}\n", "type", "section", "offset", "expression");
769+
fmt::print(" {:10} {:>10}::{:8} {}\n", "type", "section", "offset", "expression");
770770
fmt::print(" ------------------------------------------\n");
771771
for (auto& section : sectionsList) {
772772
section.displayRelocs(this);

0 commit comments

Comments
 (0)