meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie637fb174ce7db0343b39dc8870cd9ffdad7bf3a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index d8dcc95..0548261 100644
--- a/meson.options
+++ b/meson.options
@@ -1,21 +1,25 @@
 option(
-    'input-history-busname-root', type: 'string',
+    'input-history-busname-root',
+    type: 'string',
     value: 'org.open_power.powersupply',
     description: 'The D-Bus busname root for the PS input history.',
 )
 option(
-    'input-history-sensor-root', type: 'string',
+    'input-history-sensor-root',
+    type: 'string',
     value: '/org/open_power/sensors/aggregation/per_30s',
     description: 'The D-Bus power sensors namespace root.',
 )
+option('tests', type: 'feature', description: 'Build tests.')
 option(
-    'tests', type: 'feature', description: 'Build tests.',
-)
-option(
-    'ucd90160-access', type: 'boolean', value: true,
+    'ucd90160-access',
+    type: 'boolean',
+    value: true,
     description: 'Enable UCD90160 hardware access.',
 )
 option(
-    'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml',
+    'ucd90160-yaml',
+    type: 'string',
+    value: 'example/ucd90160.yaml',
     description: 'The sequencer definition file to use.',
 )