Cosmetic changes
authorEli Bendersky <eliben@google.com>
Mon, 6 Jul 2015 20:45:38 +0000 (13:45 -0700)
committerEli Bendersky <eliben@google.com>
Mon, 6 Jul 2015 20:45:38 +0000 (13:45 -0700)
examples/dwarf_range_lists.py
examples/elf_relocations.py
test/run_examples_test.py

index 6e8998dfca45d0c816b6e24a50eec0521f066943..ef742f3d570d98f783f55f2ed331ae80f9576aad 100644 (file)
@@ -82,10 +82,3 @@ def attribute_has_range_list(attr):
 if __name__ == '__main__':
     for filename in sys.argv[1:]:
         process_file(filename)
-
-
-
-
-
-
-
index 06ad93be5326ce1682fea987d9f373a4659ba147..eecd72fd1179cb20927a53c81c183c3bf5e0f82b 100644 (file)
@@ -44,4 +44,3 @@ def process_file(filename):
 if __name__ == '__main__':
     for filename in sys.argv[1:]:
         process_file(filename)
-
index 0ac58596f00b3ddf44ec498aa1db398a4006fb18..24b42c96154cad2ce29854359c8e3562e36446b5 100755 (executable)
@@ -35,7 +35,8 @@ def reference_output_path(example_path):
     """
     examples_root, example_name = os.path.split(example_path)
     example_noext, _ = os.path.splitext(example_name)
-    return os.path.join(examples_root, 'reference_output', example_noext + '.out')
+    return os.path.join(examples_root, 'reference_output',
+                        example_noext + '.out')
 
 
 def run_example_and_compare(example_path):