From: Eli Bendersky Date: Sat, 18 Jan 2014 14:15:05 +0000 (-0800) Subject: Trim trailing whitespace X-Git-Tag: v0.22~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaf1a76c2e8f2629703ad19a894b6e9a50934d56;p=pyelftools.git Trim trailing whitespace --- diff --git a/elftools/elf/enums.py b/elftools/elf/enums.py index b46aa74..4aa449a 100644 --- a/elftools/elf/enums.py +++ b/elftools/elf/enums.py @@ -471,7 +471,7 @@ ENUM_SUNW_SYMINFO_BOUNDTO = dict( _default_=Pass, ) -# Versym section, version dependency index +# Versym section, version dependency index ENUM_VERSYM = dict( VER_NDX_LOCAL=0, VER_NDX_GLOBAL=1,