meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I6b322381863e65b8b05471f334566cb68b74ed14
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 2b975fa..dea95f3 100644
--- a/meson.options
+++ b/meson.options
@@ -1,5 +1,25 @@
-option('abi', type: 'array', description: 'Constrain exposed symbol classes', choices: ['deprecated', 'stable', 'testing'], value: ['deprecated', 'stable', 'testing'])
-option('abi-compliance-check', type: 'boolean', description: 'Detect public ABI/API changes')
-option('oem', type: 'array', description: 'Enable OEM PLDM extensions', choices: ['ibm', 'meta'], value: ['ibm', 'meta'])
+option(
+    'abi',
+    type: 'array',
+    description: 'Constrain exposed symbol classes',
+    choices: ['deprecated', 'stable', 'testing'],
+    value: ['deprecated', 'stable', 'testing'],
+)
+option(
+    'abi-compliance-check',
+    type: 'boolean',
+    description: 'Detect public ABI/API changes',
+)
+option(
+    'oem',
+    type: 'array',
+    description: 'Enable OEM PLDM extensions',
+    choices: ['ibm', 'meta'],
+    value: ['ibm', 'meta'],
+)
 option('tests', type: 'boolean', description: 'Build tests')
-option('transport', type: 'boolean', description: 'Enable transport implementation')
+option(
+    'transport',
+    type: 'boolean',
+    description: 'Enable transport implementation',
+)