meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I52df7c2d5ace4d8f642179a14d575a399243c635
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index b975de8..b91628d 100644
--- a/meson.options
+++ b/meson.options
@@ -1,6 +1,7 @@
 option('tests', type: 'feature', description: 'Build tests')
 option(
-  'hiomapd-obj-path',
-  type: 'string',
-  value: '/xyz/openbmc_project/hiomapd',
-  description: 'The Control Host D-Bus Object Manager')
+    'hiomapd-obj-path',
+    type: 'string',
+    value: '/xyz/openbmc_project/hiomapd',
+    description: 'The Control Host D-Bus Object Manager',
+)