aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-02-01 02:06:50 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-02-16 18:19:13 -0500
commitbaecebda0e66ee76358854c452e96e5ed70a75de (patch)
tree86ef6694804a01f15869799c119eac2718e3e000 /mesonbuild/dependencies
parent081f3b3545fad75182a8afe966f96e9ca98a5e9c (diff)
downloadmeson-baecebda0e66ee76358854c452e96e5ed70a75de.zip
meson-baecebda0e66ee76358854c452e96e5ed70a75de.tar.gz
meson-baecebda0e66ee76358854c452e96e5ed70a75de.tar.bz2
flake8: fix typoed whitespace surrounding tokens
Diffstat (limited to 'mesonbuild/dependencies')
-rw-r--r--mesonbuild/dependencies/cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/cmake.py b/mesonbuild/dependencies/cmake.py
index 691d402..c8eaf9e 100644
--- a/mesonbuild/dependencies/cmake.py
+++ b/mesonbuild/dependencies/cmake.py
@@ -546,7 +546,7 @@ class CMakeDependency(ExternalDependency):
if not autodetected_module_list:
self.found_modules += [i]
- rtgt = resolve_cmake_trace_targets(i ,self.traceparser, self.env,
+ rtgt = resolve_cmake_trace_targets(i, self.traceparser, self.env,
clib_compiler=self.clib_compiler,
not_found_warning=lambda x: mlog.warning('CMake: Dependency', mlog.bold(x), 'for', mlog.bold(name), 'was not found')
)