From 4618b22d6e13b183e9066f3de12bd131b4ed6d0d Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 9 Jul 2015 06:05:19 -0700 Subject: [PATCH] Whitespace cleanup --- elftools/dwarf/compileunit.py | 1 - elftools/dwarf/descriptions.py | 3 --- 2 files changed, 4 deletions(-) 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 - - - -- 2.30.2