meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I7a634219b8f2de45f106049e57b40b8212032abb
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 18b594e..ff0b0e6 100644
--- a/meson.options
+++ b/meson.options
@@ -1,9 +1,4 @@
-option(
- 'tests',
- type: 'feature',
- value: 'enabled',
- description: 'Build tests'
-)
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
option(
'bindings',
type: 'array',
@@ -16,21 +11,13 @@
type: 'feature',
description: 'Use libc malloc and free for heap memory',
)
-option(
- 'stdio',
- type: 'feature',
- description: 'Support logging to stdio',
-)
+option('stdio', type: 'feature', description: 'Support logging to stdio')
option(
'fileio',
type: 'feature',
description: 'Support interfaces based on file-descriptors',
)
-option(
- 'syslog',
- type: 'feature',
- description: 'Support logging to syslog',
-)
+option('syslog', type: 'feature', description: 'Support logging to syslog')
option(
'custom_alloc',
type: 'boolean',