Whitespace cleanup
authorEli Bendersky <eliben@gmail.com>
Thu, 9 Jul 2015 13:05:19 +0000 (06:05 -0700)
committerEli Bendersky <eliben@gmail.com>
Thu, 9 Jul 2015 13:05:19 +0000 (06:05 -0700)
elftools/dwarf/compileunit.py
elftools/dwarf/descriptions.py

index f5011dde83571fb50a9e5d8dcb4448c00c511397..8b4030f4f99541bb5554b63944511adcdf07cf7e 100644 (file)
@@ -150,4 +150,3 @@ class CompileUnit(object):
                 if len(parentstack) > 0:
                     # end of children for the current parent
                     parentstack.pop()
-
index ac8f772c8dbaf924153ad6c9c6e81adb417505ae..4cd62fe444742692eeb0c03e218b1d25d91ce848 100644 (file)
@@ -543,6 +543,3 @@ class ExprDumper(GenericExprVisitor):
             return '%s: %s %s' % (opcode_name, args[0], args[1])
         else:
             return '<unknown %s>' % opcode_name
-
-
-