meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Iab695ec61b6f2fea5566db69824c3ec80cedf373
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 0ca3214..82bd69d 100644
--- a/meson.options
+++ b/meson.options
@@ -1,14 +1,35 @@
-option('log-threshold', type: 'boolean',
-       description: 'Automatically log SEL records for threshold sensor events')
-option('log-pulse', type: 'boolean',
-       description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events')
-option('log-watchdog', type: 'boolean',
-       description: 'Automatically log SEL records for watchdog events')
-option('log-alarm', type: 'boolean',
-       description: 'Monitor threshold alarm signals and log SEL records for threshold sensor events')
-option('log-host', type: 'boolean',
-       description: 'Automatically log SEL records for host error events')
-option('send-to-logger', type: 'boolean',
-       description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events')
-option('sel-delete', type: 'boolean',
-       description: 'Enables ability to delete SEL entries given a record ID')
+option(
+    'log-threshold',
+    type: 'boolean',
+    description: 'Automatically log SEL records for threshold sensor events',
+)
+option(
+    'log-pulse',
+    type: 'boolean',
+    description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events',
+)
+option(
+    'log-watchdog',
+    type: 'boolean',
+    description: 'Automatically log SEL records for watchdog events',
+)
+option(
+    'log-alarm',
+    type: 'boolean',
+    description: 'Monitor threshold alarm signals and log SEL records for threshold sensor events',
+)
+option(
+    'log-host',
+    type: 'boolean',
+    description: 'Automatically log SEL records for host error events',
+)
+option(
+    'send-to-logger',
+    type: 'boolean',
+    description: 'Automatically log events to Redfish for pulse type assert-deassert sensor events',
+)
+option(
+    'sel-delete',
+    type: 'boolean',
+    description: 'Enables ability to delete SEL entries given a record ID',
+)