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 2b5fcf4..0d3f702 100644
--- a/mesonbuild/mconf.py
+++ b/mesonbuild/mconf.py
@@ -178,7 +178,7 @@ class Conf:
'sysconfdir',
'localstatedir',
'sharedstatedir',
- ]:
+ ]:
parr.append([key, coredata.get_builtin_option_description(key),
self.coredata.get_builtin_option(key), coredata.get_builtin_option_choices(key)])
self.print_aligned(parr)