From: Eli Bendersky Date: Thu, 9 Jul 2015 13:05:19 +0000 (-0700) Subject: Whitespace cleanup X-Git-Tag: v0.24~18 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4618b22d6e13b183e9066f3de12bd131b4ed6d0d;p=pyelftools.git Whitespace cleanup --- diff --git a/elftools/dwarf/compileunit.py b/elftools/dwarf/compileunit.py index f5011dd..8b4030f 100644 --- a/elftools/dwarf/compileunit.py +++ b/elftools/dwarf/compileunit.py @@ -150,4 +150,3 @@ class CompileUnit(object): if len(parentstack) > 0: # end of children for the current parent parentstack.pop() - diff --git a/elftools/dwarf/descriptions.py b/elftools/dwarf/descriptions.py index ac8f772..4cd62fe 100644 --- a/elftools/dwarf/descriptions.py +++ b/elftools/dwarf/descriptions.py @@ -543,6 +543,3 @@ class ExprDumper(GenericExprVisitor): return '%s: %s %s' % (opcode_name, args[0], args[1]) else: return '' % opcode_name - - -