aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/backend/backends.py1
-rw-r--r--mesonbuild/interpreterbase.py1
-rw-r--r--mesonbuild/scripts/yelphelper.py1
3 files changed, 0 insertions, 3 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)
-