meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I7f6c667bb874e13d9ef86f901238e00fa56e7ced
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index fce4972..be6be54 100644
--- a/meson.options
+++ b/meson.options
@@ -1,11 +1,8 @@
-option(
-    'tests', type : 'feature',
-    value: 'enabled',
-    description : 'Build tests'
-)
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
 
 option(
-    'YAML_PATH', type: 'string',
+    'YAML_PATH',
+    type: 'string',
     value: '',
-    description: 'The path to the yaml config files.'
-)
\ No newline at end of file
+    description: 'The path to the yaml config files.',
+)