meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I2d6e8260c540442f622b9f7174c1edd9b72a3161
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 3c8b28b..0b93618 100644
--- a/meson.options
+++ b/meson.options
@@ -1,22 +1,21 @@
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
+
 option(
-    'tests', type : 'feature',
+    'associations',
+    type: 'feature',
     value: 'enabled',
-    description : 'Build tests'
+    description: 'Enable creating D-Bus associations from a JSON definition',
 )
 
 option(
-    'associations', type : 'feature',
-    value: 'enabled',
-    description : 'Enable creating D-Bus associations from a JSON definition'
-)
-
-option(
-    'YAML_PATH', type: 'string',
+    'YAML_PATH',
+    type: 'string',
     value: '/usr/share/phosphor-inventory-manager',
-    description: 'The path to the yaml config files.'
+    description: 'The path to the yaml config files.',
 )
 
 option(
-    'IFACES_PATH', type: 'string',
-    description: 'The path to the interfaces PIM can create.'
-)
\ No newline at end of file
+    'IFACES_PATH',
+    type: 'string',
+    description: 'The path to the interfaces PIM can create.',
+)