meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: If040794a360b8bd0ad7e77e51e31d6799e93e685
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 07adb15..000458c 100644
--- a/meson.options
+++ b/meson.options
@@ -1,10 +1,30 @@
-option('chassis-system-reset', type: 'feature', value : 'disabled',
-       description: 'Enable chassis system power reset to allow removing power and restoring back')
-option('use-plt-rst', type: 'feature', value : 'disabled',
-       description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete')
-option('use-acboot', type: 'feature', value : 'disabled',
-       description: 'Use hardware Reset Reason to control Power Restore. Note: this only works with Intel-BMC')
-option('ignore-soft-resets-during-post', type: 'feature', value : 'disabled',
-       description: 'Ignore soft resets from host during POST')
-option('button-passthrough', type: 'feature', value : 'disabled',
-       description: 'Directly couple through power and reset buttons')
+option(
+    'chassis-system-reset',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Enable chassis system power reset to allow removing power and restoring back',
+)
+option(
+    'use-plt-rst',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Use the PLT_RST eSPI signal to detect warm reset instead of POST Complete',
+)
+option(
+    'use-acboot',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Use hardware Reset Reason to control Power Restore. Note: this only works with Intel-BMC',
+)
+option(
+    'ignore-soft-resets-during-post',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Ignore soft resets from host during POST',
+)
+option(
+    'button-passthrough',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Directly couple through power and reset buttons',
+)