From: Eli Bendersky Date: Fri, 4 Oct 2019 13:08:39 +0000 (-0700) Subject: Realign columns for some constants X-Git-Tag: v0.26~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a89e6f38c26177481f90704ffff5b6eca3ecae6;p=pyelftools.git Realign columns for some constants --- diff --git a/elftools/dwarf/enums.py b/elftools/dwarf/enums.py index 8d30bcb..b635c12 100644 --- a/elftools/dwarf/enums.py +++ b/elftools/dwarf/enums.py @@ -305,11 +305,11 @@ ENUM_DW_FORM = dict( DW_FORM_addrx3 = 0x2b, DW_FORM_addrx4 = 0x2c, - DW_FORM_GNU_addr_index = 0x1f01, - DW_FORM_GNU_str_index = 0x1f02, - DW_FORM_GNU_ref_alt = 0x1f20, - DW_FORM_GNU_strp_alt = 0x1f21, - _default_ = Pass, + DW_FORM_GNU_addr_index = 0x1f01, + DW_FORM_GNU_str_index = 0x1f02, + DW_FORM_GNU_ref_alt = 0x1f20, + DW_FORM_GNU_strp_alt = 0x1f21, + _default_ = Pass, ) # Inverse mapping for ENUM_DW_FORM