diff options
| author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2016-12-19 18:33:31 +0100 |
|---|---|---|
| committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2016-12-19 18:34:06 +0100 |
| commit | 9ffc0d2f894c78d6d0acab9001d9e8a0db05d9b0 (patch) | |
| tree | ad85a10f87e5e7e766280a50f56e7353da56d453 | |
| parent | 971a3a3cd9ad652047eb2eb015db693abac66589 (diff) | |
| download | meson-9ffc0d2f894c78d6d0acab9001d9e8a0db05d9b0.tar.gz | |
tree-wide: remove blank lines at EOF
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
| -rw-r--r-- | mesonbuild/backend/backends.py | 1 | ||||
| -rw-r--r-- | mesonbuild/interpreterbase.py | 1 | ||||
| -rw-r--r-- | mesonbuild/scripts/yelphelper.py | 1 | ||||
| -rwxr-xr-x | run_project_tests.py | 1 | ||||
| -rwxr-xr-x | test cases/common/103 manygen/subdir/manygen.py | 1 | ||||
| -rwxr-xr-x | test cases/common/59 object generator/obj_generator.py | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py index f85d3787b..b5b7a17e0 100644 --- a/mesonbuild/backend/backends.py +++ b/mesonbuild/backend/backends.py @@ -662,4 +662,3 @@ class Backend(): previous = c final_commands.append(c) return final_commands - diff --git a/mesonbuild/interpreterbase.py b/mesonbuild/interpreterbase.py index af1e8fb03..d660f4c1a 100644 --- a/mesonbuild/interpreterbase.py +++ b/mesonbuild/interpreterbase.py @@ -633,4 +633,3 @@ class InterpreterBase: def is_elementary_type(self, v): return isinstance(v, (int, float, str, bool, list)) - diff --git a/mesonbuild/scripts/yelphelper.py b/mesonbuild/scripts/yelphelper.py index 3676936f5..76366a4fe 100644 --- a/mesonbuild/scripts/yelphelper.py +++ b/mesonbuild/scripts/yelphelper.py @@ -112,4 +112,3 @@ def run(args): merge_translations(build_subdir, abs_sources, langs) install_help(src_subdir, build_subdir, sources, media, langs, install_dir, destdir, options.project_id, options.symlinks) - diff --git a/run_project_tests.py b/run_project_tests.py index 7b907a2ee..97c31e631 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -553,4 +553,3 @@ if __name__ == '__main__': for l in failing_logs: print(l, '\n') sys.exit(failing_tests) - diff --git a/test cases/common/103 manygen/subdir/manygen.py b/test cases/common/103 manygen/subdir/manygen.py index 8449dc371..8e74bcdc3 100755 --- a/test cases/common/103 manygen/subdir/manygen.py +++ b/test cases/common/103 manygen/subdir/manygen.py @@ -87,4 +87,3 @@ else: os.unlink(tmpo) os.unlink(tmpc) - diff --git a/test cases/common/59 object generator/obj_generator.py b/test cases/common/59 object generator/obj_generator.py index 70f9204fa..d028156ac 100755 --- a/test cases/common/59 object generator/obj_generator.py +++ b/test cases/common/59 object generator/obj_generator.py @@ -16,4 +16,3 @@ if __name__ == '__main__': else: cmd = [compiler, '-c', ifile, '-o', ofile] sys.exit(subprocess.call(cmd)) - |
