meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I10db6294f807120c743d6789ab1d344e2188d74a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 61a698a..3d67850 100644
--- a/meson.options
+++ b/meson.options
@@ -1,12 +1,16 @@
option('tests', type: 'feature', description: 'Build tests')
option('bic', type: 'feature', description: 'Enable bic handlers')
-option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
-option('debug-card-frame-size', type: 'integer', description: 'debug card frame size.', value: 2)
option(
- 'host-instances',
- type: 'string',
- description: 'Host Instances')
+ 'post-code-bytes',
+ type: 'integer',
+ description: 'Post code byte size.',
+ value: 1,
+)
option(
- 'machine',
- type: 'string',
- description: 'Machine')
+ 'debug-card-frame-size',
+ type: 'integer',
+ description: 'debug card frame size.',
+ value: 2,
+)
+option('host-instances', type: 'string', description: 'Host Instances')
+option('machine', type: 'string', description: 'Machine')