meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I4c28a606dbfc4220abca7130c9c41686352e143c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 1a53aa5..726b99e 100644
--- a/meson.options
+++ b/meson.options
@@ -1,4 +1,19 @@
option('tests', type: 'feature', description: 'Build tests')
-option('static-bifurcation', type: 'string', value: '/usr/share/google-ipmi-sys/bifurcation.json', description: 'Path to Static Bifurcation Json config')
-option('bare_metal', type: 'boolean', value: false, description: 'Bare Metal Mode Flag')
-option('bm-signal-path', type: 'string', value: '/run/bm-ready.flag', description: 'Path to the flag to indicate that BM mode is ready')
+option(
+ 'static-bifurcation',
+ type: 'string',
+ value: '/usr/share/google-ipmi-sys/bifurcation.json',
+ description: 'Path to Static Bifurcation Json config',
+)
+option(
+ 'bare_metal',
+ type: 'boolean',
+ value: false,
+ description: 'Bare Metal Mode Flag',
+)
+option(
+ 'bm-signal-path',
+ type: 'string',
+ value: '/run/bm-ready.flag',
+ description: 'Path to the flag to indicate that BM mode is ready',
+)