meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie2c74e9b28a7600d0e866d71ce4704fe90032aab
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index dda6d81..b87b8c8 100644
--- a/meson.options
+++ b/meson.options
@@ -1,5 +1 @@
-option(
-    'tests', type: 'feature',
-    value: 'enabled',
-    description: 'Build tests.'
-)
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests.')