meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ia02e00493fe1b5a305e23b5761f42cc830f702ea
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index bad5e62..6f9cbaa 100644
--- a/meson.options
+++ b/meson.options
@@ -1,20 +1,15 @@
-option(
-    'tests',
-    type : 'feature',
-    value: 'enabled',
-    description : 'Build tests'
-)
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
 
 option(
     'rmcp_ping',
-    type : 'feature',
+    type: 'feature',
     value: 'enabled',
-    description : 'Enable RMCP Ping support'
+    description: 'Enable RMCP Ping support',
 )
 
 option(
     'pam_authenticate',
-    type : 'feature',
+    type: 'feature',
     value: 'enabled',
-    description : 'Enable Pam Authenticate'
+    description: 'Enable Pam Authenticate',
 )