meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I5893182e6f49b59f39785995afe06be116ec18ba
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 73675e4..968d31a 100644
--- a/meson.options
+++ b/meson.options
@@ -1,9 +1,21 @@
-option('tests', type : 'feature', description : 'Build tests')
-option('nlmode', type : 'feature', description : 'no run-time control')
-option('phal', type : 'feature', value : 'disabled',
- description : '''Enable PHAL APIs for retrieving data from the POWER
- Systems device tree''')
-option('attn_config', type : 'string', value : '',
- description : '''Attention handler default configuration override''')
-option('op_dump_obj_path', type: 'string', value: '/org/openpower/dump',
- description : '''Object path requesting OpenPOWER dumps''')
+option('tests', type: 'feature', description: 'Build tests')
+option('nlmode', type: 'feature', description: 'no run-time control')
+option(
+ 'phal',
+ type: 'feature',
+ value: 'disabled',
+ description: '''Enable PHAL APIs for retrieving data from the POWER
+ Systems device tree''',
+)
+option(
+ 'attn_config',
+ type: 'string',
+ value: '',
+ description: 'Attention handler default configuration override',
+)
+option(
+ 'op_dump_obj_path',
+ type: 'string',
+ value: '/org/openpower/dump',
+ description: 'Object path requesting OpenPOWER dumps',
+)