meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I8d4657cc711b0268f306aac51ea83500ff857017
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.options b/meson.options
index 5c5aace..4bc9728 100644
--- a/meson.options
+++ b/meson.options
@@ -1,2 +1,6 @@
 option('tests', type: 'feature', description: 'Build tests')
-option('google_oen', type: 'boolean', description: 'Enable the Google OEN handler')
+option(
+    'google_oen',
+    type: 'boolean',
+    description: 'Enable the Google OEN handler',
+)