aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-09-15 00:32:57 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-04 16:29:31 -0400
commit4ab70c5512f147c7dded62817e54724830740dfd (patch)
treecd664850739d7a989cd6348f1b12db4aab5fb0fb /mesonbuild/backend/backends.py
parentc582abbbcf7cb8e76f02fe87bb3d6a31fc44fff7 (diff)
downloadmeson-4ab70c5512f147c7dded62817e54724830740dfd.zip
meson-4ab70c5512f147c7dded62817e54724830740dfd.tar.gz
meson-4ab70c5512f147c7dded62817e54724830740dfd.tar.bz2
fix extra whitespace
discovered via flake8 --select E303
Diffstat (limited to 'mesonbuild/backend/backends.py')
-rw-r--r--mesonbuild/backend/backends.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py
index bc2b74a..6218156 100644
--- a/mesonbuild/backend/backends.py
+++ b/mesonbuild/backend/backends.py
@@ -1347,7 +1347,6 @@ class Backend:
incs += compiler.get_include_args(i, False)
return incs
-
def eval_custom_target_command(
self, target: build.CustomTarget, absolute_outputs: bool = False) -> \
T.Tuple[T.List[str], T.List[str], T.List[str]]: