meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I11f0b9ec49d8a0a7f180b379d9d28f45e6cc3799
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index b8af61f..df054e3 100644
--- a/meson.options
+++ b/meson.options
@@ -1,29 +1,29 @@
+option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
+
 option(
-    'tests', type : 'feature',
+    'use-json',
+    type: 'feature',
     value: 'enabled',
-    description : 'Build tests'
+    description: 'LEDs JSON filepath',
 )
 
 option(
-    'use-json', type : 'feature',
+    'use-lamp-test',
+    type: 'feature',
     value: 'enabled',
-    description : 'LEDs JSON filepath'
+    description: 'LEDs lamp test configuration',
 )
 
 option(
-    'use-lamp-test', type : 'feature',
-    value: 'enabled',
-    description : 'LEDs lamp test configuration'
-)
-
-option(
-    'monitor-operational-status', type : 'feature',
+    'monitor-operational-status',
+    type: 'feature',
     value: 'disabled',
-    description : 'Enable OperationalStatus monitor'
+    description: 'Enable OperationalStatus monitor',
 )
 
 option(
-    'persistent-led-asserted', type : 'feature',
+    'persistent-led-asserted',
+    type: 'feature',
     value: 'enabled',
-    description : 'Persistent the asserted status of ledgroup'
+    description: 'Persistent the asserted status of ledgroup',
 )