Whitespace cleanups
[pyelftools.git] / elftools / dwarf / descriptions.py
index f51f69b02ae3b5930f312be6e2e05477b4faa82a..059c22c812375e0b536b5459951137921a9e5ae8 100644 (file)
@@ -208,7 +208,7 @@ def _describe_attr_strp(attr, die, section_offset):
 
 def _describe_attr_line_strp(attr, die, section_offset):
     return '(indirect line string, offset: 0x%x): %s' % (
-        attr.raw_value, bytes2str(attr.value))        
+        attr.raw_value, bytes2str(attr.value))
 
 def _describe_attr_string(attr, die, section_offset):
     return bytes2str(attr.value)