meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Id7ac8548c847b897d5006011a809cb18354e0b05
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 2d17003..8f055d2 100644
--- a/meson.options
+++ b/meson.options
@@ -1,7 +1,21 @@
option('tests', type: 'feature', description: 'Build tests.')
-option('oe-sdk', type: 'feature', value: 'disabled', description: 'Enable OE SDK')
-option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which device type to support')
+option(
+ 'oe-sdk',
+ type: 'feature',
+ value: 'disabled',
+ description: 'Enable OE SDK',
+)
+option(
+ 'device-type',
+ type: 'combo',
+ choices: ['static', 'ubi', 'mmc'],
+ description: 'Select which device type to support',
+)
option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
option('pldm', type: 'feature', description: 'Enable Host PLDM support')
-option('verify-signature', type: 'feature', description: 'Enable image signature validation')
+option(
+ 'verify-signature',
+ type: 'feature',
+ description: 'Enable image signature validation',
+)
option('msl', type: 'string', description: 'Minimum Ship Level')