aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/mconf.py')
-rw-r--r--mesonbuild/mconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py
index 4b3f331..b58eaa7 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -298,7 +298,7 @@ class Conf:
if not mismatching:
return
print("\nThe following option(s) have a different value than the build type default\n")
- print(f' current default')
+ print(' current default')
for m in mismatching:
print(f'{m[0]:21}{m[1]:10}{m[2]:10}')