aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib.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/mesonlib.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/mesonlib.py')
-rw-r--r--mesonbuild/mesonlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mesonlib.py b/mesonbuild/mesonlib.py
index c6cbbd6..dd2fe8e 100644
--- a/mesonbuild/mesonlib.py
+++ b/mesonbuild/mesonlib.py
@@ -946,7 +946,7 @@ def do_define(regex: T.Pattern[str], line: str, confdata: 'ConfigurationData', v
arr = line.split()
if variable_format == 'meson' and len(arr) != 2:
- raise MesonException('#mesondefine does not contain exactly two tokens: %s' % line.strip())
+ raise MesonException('#mesondefine does not contain exactly two tokens: %s' % line.strip())
varname = arr[1]
try: