meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I10e74170cec30d5aca487f1082c635441ad238a7
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 763b30f..2387b5d 100644
--- a/meson.options
+++ b/meson.options
@@ -1,4 +1,27 @@
-option('max-boot-cycle-count', type:'integer', min:1, max: 100, description: 'Maximum boot cycles for which the post codes should be persisted', value:100)
-option('bios-post-code-log', type:'feature',description:'bios post code log',value:'disabled')
-option('max-post-code-size-per-cycle', type:'integer', min:64, max: 1024, description: 'Maximum post code file size per cycle', value:512)
-option('postcode-display-path', type:'string', description:'The sys path for postcode display on debug card')
+option(
+    'max-boot-cycle-count',
+    type: 'integer',
+    min: 1,
+    max: 100,
+    description: 'Maximum boot cycles for which the post codes should be persisted',
+    value: 100,
+)
+option(
+    'bios-post-code-log',
+    type: 'feature',
+    description: 'bios post code log',
+    value: 'disabled',
+)
+option(
+    'max-post-code-size-per-cycle',
+    type: 'integer',
+    min: 64,
+    max: 1024,
+    description: 'Maximum post code file size per cycle',
+    value: 512,
+)
+option(
+    'postcode-display-path',
+    type: 'string',
+    description: 'The sys path for postcode display on debug card',
+)