meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I874e2c57075988db53dad8e365c0bf1ac204f81b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 2bab22c..6f8bdb4 100644
--- a/meson.options
+++ b/meson.options
@@ -4,7 +4,7 @@
     'openpower-pel-extension',
     type: 'feature',
     description: 'Create PELs',
-    value: 'disabled'
+    value: 'disabled',
 )
 
 option('yamldir', type: 'string', description: 'Path to YAML')
@@ -46,5 +46,5 @@
     'lg2_commit_strategy',
     type: 'combo',
     choices: ['dbus', 'journal', 'both'],
-    value: 'both'
+    value: 'both',
 )