aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesonbuild/backend/backends.py1
-rw-r--r--mesonbuild/interpreterbase.py1
-rw-r--r--mesonbuild/scripts/yelphelper.py1
-rwxr-xr-xrun_project_tests.py1
-rwxr-xr-xtest cases/common/103 manygen/subdir/manygen.py1
-rwxr-xr-xtest cases/common/59 object generator/obj_generator.py1
6 files changed, 0 insertions, 6 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py
index f85d378..b5b7a17 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 af1e8fb..d660f4c 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 3676936..76366a4 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 7b907a2..97c31e6 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 8449dc3..8e74bcd 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 70f9204..d028156 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))
-