Format meson_options file

Change-Id: If46a2792cd86a247b48bcf56e8f1848e4365e165
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/meson_options.txt b/meson_options.txt
index 22a4404..e311eda 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,7 +1,10 @@
-option('tests', type: 'feature', description: 'Build tests')
+option(
+    'tests', type: 'feature',
+    description: 'Build tests'
+)
 
-option('BIOS_OBJPATH',
-       type: 'string',
-       value: '/xyz/openbmc_project/software/bios_active',
-       description: 'The BIOS software Dbus object path')
-
+option(
+    'BIOS_OBJPATH', type: 'string',
+    value: '/xyz/openbmc_project/software/bios_active',
+    description: 'The BIOS software Dbus object path'
+)