meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I0e75e7737a6d941b0dbcfc1894b978aa9bd74d80
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index a33730f..f4182ca 100644
--- a/meson.options
+++ b/meson.options
@@ -1,6 +1,31 @@
option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
-option('oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK')
-option('strict-failsafe-pwm', type: 'boolean', value: false, description: 'Set the fans strictly at the failsafe PWM when in failsafe mode')
-option('offline-failsafe-pwm', type: 'boolean', value: false, description: 'Set the fans at the failsafe PWM when reloading or terminated.')
-option('systemd_target', type: 'string', value: 'multi-user.target', description: 'Target for starting this service')
-option('unc-failsafe', type: 'boolean', value: false, description: 'Set the fans to failsafe mode when a temp sensor is above upper non-critical threshold')
+option(
+ 'oe-sdk',
+ type: 'feature',
+ value: 'disabled',
+ description: 'Enable OE SDK',
+)
+option(
+ 'strict-failsafe-pwm',
+ type: 'boolean',
+ value: false,
+ description: 'Set the fans strictly at the failsafe PWM when in failsafe mode',
+)
+option(
+ 'offline-failsafe-pwm',
+ type: 'boolean',
+ value: false,
+ description: 'Set the fans at the failsafe PWM when reloading or terminated.',
+)
+option(
+ 'systemd_target',
+ type: 'string',
+ value: 'multi-user.target',
+ description: 'Target for starting this service',
+)
+option(
+ 'unc-failsafe',
+ type: 'boolean',
+ value: false,
+ description: 'Set the fans to failsafe mode when a temp sensor is above upper non-critical threshold',
+)