aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/optinterpreter.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-22 09:43:48 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-22 17:57:03 -0700
commitf342efd080678a4c8db1c1e25296923176e821f6 (patch)
treee381f1ad2611e2b83c6acfc130d901e104371354 /mesonbuild/optinterpreter.py
parent3b292a04b8797bb75f1f597dadb17d8342f9fb11 (diff)
downloadmeson-f342efd080678a4c8db1c1e25296923176e821f6.zip
meson-f342efd080678a4c8db1c1e25296923176e821f6.tar.gz
meson-f342efd080678a4c8db1c1e25296923176e821f6.tar.bz2
pylint: turn on bad-indentation error
and fix all of the bad indentation
Diffstat (limited to 'mesonbuild/optinterpreter.py')
-rw-r--r--mesonbuild/optinterpreter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/optinterpreter.py b/mesonbuild/optinterpreter.py
index 75011e7..ec329a8 100644
--- a/mesonbuild/optinterpreter.py
+++ b/mesonbuild/optinterpreter.py
@@ -210,7 +210,7 @@ class OptionInterpreter:
(posargs, kwargs) = self.reduce_arguments(node.args)
if 'yield' in kwargs:
- FeatureNew.single_use('option yield', '0.45.0', self.subproject)
+ FeatureNew.single_use('option yield', '0.45.0', self.subproject)
if 'type' not in kwargs:
raise OptionException('Option call missing mandatory "type" keyword argument')