From: Alexandre Oliva Date: Thu, 27 Apr 2017 06:58:49 +0000 (-0300) Subject: LVU: align view number in decoded dwarf line number rows X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba116db2904f831bdf3bbf16499bb34000f41bd;p=thirdparty%2Fbinutils-gdb.git LVU: align view number in decoded dwarf line number rows --- diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 6e4efb711f5..77fb9457479 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -3767,7 +3767,7 @@ display_debug_lines_decoded (struct dwarf_section *section, } if (state_machine_regs.view) - printf (" %u\n", state_machine_regs.view); + printf (" %6u\n", state_machine_regs.view); else putchar ('\n'); state_machine_regs.view++;