meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index d458978..d8d3c84 100644
--- a/meson.options
+++ b/meson.options
@@ -1,74 +1,95 @@
 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(
-    'input-history-sync-gpio', type: 'string',
+    'input-history-sync-gpio',
+    type: 'string',
     value: 'power-ffs-sync-history',
     description: 'The GPIO line name for syncing input history data.',
 )
+option('tests', type: 'feature', description: 'Build tests.')
 option(
-    'tests', type: 'feature', description: 'Build tests.',
-)
-option(
-    'long-tests', type: 'feature', value: 'disabled',
+    'long-tests',
+    type: 'feature',
+    value: 'disabled',
     description: 'Build long-running tests that are excluded from CI.',
 )
 
 # Supported power sequencers are: ucd90160, mihawk-cpld
 option(
-    'power_sequencer', type: 'string', value: 'ucd90160',
+    'power_sequencer',
+    type: 'string',
+    value: 'ucd90160',
     description: 'The power sequencer',
 )
 
 option(
-    'device-access', type: 'boolean', value: true,
+    'device-access',
+    type: 'boolean',
+    value: true,
     description: 'Enable UCD90160 hardware access.',
 )
 
 option(
-    'ibm-vpd', type: 'boolean', value: false,
+    'ibm-vpd',
+    type: 'boolean',
+    value: false,
     description: 'Setup for IBM VPD collection for inventory.',
 )
 
 option(
-    'ucd90160-yaml', type: 'string', value: 'example/ucd90160.yaml',
+    'ucd90160-yaml',
+    type: 'string',
+    value: 'example/ucd90160.yaml',
     description: 'The sequencer definition file to use.',
 )
 option(
-    'oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK'
+    'oe-sdk',
+    type: 'feature',
+    value: 'disabled',
+    description: 'Enable OE SDK',
 )
 option(
-    'cold-redundancy', type: 'boolean',
-    description: 'Enable support for cold redundancy'
+    'cold-redundancy',
+    type: 'boolean',
+    description: 'Enable support for cold redundancy',
 )
 option(
-    'supply-monitor', type: 'boolean',
-    description: 'Enable support for power supply monitoring'
+    'supply-monitor',
+    type: 'boolean',
+    description: 'Enable support for power supply monitoring',
 )
 option(
-    'supply-monitor-ng', type: 'boolean',
-    description: 'Enable support for power supply monitoring'
+    'supply-monitor-ng',
+    type: 'boolean',
+    description: 'Enable support for power supply monitoring',
 )
 option(
-    'regulators', type: 'boolean',
-    description: 'Enable support for voltage regulator control'
+    'regulators',
+    type: 'boolean',
+    description: 'Enable support for voltage regulator control',
 )
 option(
-    'sequencer-monitor', type: 'boolean',
-    description: 'Enable support for power sequencer control'
+    'sequencer-monitor',
+    type: 'boolean',
+    description: 'Enable support for power sequencer control',
 )
 option(
-    'power-control', type: 'boolean',
-    description: 'Enable support for power sequencer control utilizing JSON configuration and supporting multiple systems in a single build image'
+    'power-control',
+    type: 'boolean',
+    description: 'Enable support for power sequencer control utilizing JSON configuration and supporting multiple systems in a single build image',
 )
 option(
-    'utils', type: 'boolean',
-    description: 'Enable support for power supply utilities'
+    'utils',
+    type: 'boolean',
+    description: 'Enable support for power supply utilities',
 )