From 718249a0d2ac3350d4413034d43385619f70722b Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 6 Jul 2015 13:45:38 -0700 Subject: [PATCH] Cosmetic changes --- examples/dwarf_range_lists.py | 7 ------- examples/elf_relocations.py | 1 - test/run_examples_test.py | 3 ++- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/examples/dwarf_range_lists.py b/examples/dwarf_range_lists.py index 6e8998d..ef742f3 100644 --- a/examples/dwarf_range_lists.py +++ b/examples/dwarf_range_lists.py @@ -82,10 +82,3 @@ def attribute_has_range_list(attr): if __name__ == '__main__': for filename in sys.argv[1:]: process_file(filename) - - - - - - - diff --git a/examples/elf_relocations.py b/examples/elf_relocations.py index 06ad93b..eecd72f 100644 --- a/examples/elf_relocations.py +++ b/examples/elf_relocations.py @@ -44,4 +44,3 @@ def process_file(filename): if __name__ == '__main__': for filename in sys.argv[1:]: process_file(filename) - diff --git a/test/run_examples_test.py b/test/run_examples_test.py index 0ac5859..24b42c9 100755 --- a/test/run_examples_test.py +++ b/test/run_examples_test.py @@ -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): -- 2.30.2