aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
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/backend
parent081f3b3545fad75182a8afe966f96e9ca98a5e9c (diff)
downloadmeson-baecebda0e66ee76358854c452e96e5ed70a75de.zip
meson-baecebda0e66ee76358854c452e96e5ed70a75de.tar.gz
meson-baecebda0e66ee76358854c452e96e5ed70a75de.tar.bz2
flake8: fix typoed whitespace surrounding tokens
Diffstat (limited to 'mesonbuild/backend')
-rw-r--r--mesonbuild/backend/backends.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py
index b26779a..2efae0f 100644
--- a/mesonbuild/backend/backends.py
+++ b/mesonbuild/backend/backends.py
@@ -51,7 +51,7 @@ if T.TYPE_CHECKING:
class TargetIntrospectionData(TypedDict):
language: str
- compiler : T.List[str]
+ compiler: T.List[str]
parameters: T.List[str]
sources: T.List[str]
generated_sources: T.List[str]