format meson_options file

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I573d7077460060a35e2ac460385173265061a2b0
diff --git a/meson_options.txt b/meson_options.txt
index 5d67837..f862dfd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,22 @@
-option('tests', type : 'feature', description : 'Build tests')
-option('use-json', type : 'feature', description : 'LEDs JSON filepath', value: 'enabled')
-option('use-lamp-test', type : 'feature', description : 'LEDs lamp test configuration', value: 'disabled')
-option('monitor-operational-status', type : 'feature', description : 'Enable OperationalStatus monitor', value: 'disabled')
+option(
+    'tests', type : 'feature',
+    description : 'Build tests'
+)
+
+option(
+    'use-json', type : 'feature',
+    value: 'enabled',
+    description : 'LEDs JSON filepath'
+)
+
+option(
+    'use-lamp-test', type : 'feature',
+    value: 'disabled',
+    description : 'LEDs lamp test configuration'
+)
+
+option(
+    'monitor-operational-status', type : 'feature',
+    value: 'disabled',
+    description : 'Enable OperationalStatus monitor'
+)