regenerate-meson: enable meson formatting

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
diff --git a/gen/xyz/openbmc_project/Telemetry/meson.build b/gen/xyz/openbmc_project/Telemetry/meson.build
index 8881f8a..62cb4cf 100644
--- a/gen/xyz/openbmc_project/Telemetry/meson.build
+++ b/gen/xyz/openbmc_project/Telemetry/meson.build
@@ -8,14 +8,21 @@
 
 generated_markdown += custom_target(
     'xyz/openbmc_project/Telemetry/Report__markdown'.underscorify(),
-    input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml',  ],
-    output: [ 'Report.md' ],
+    input: [
+        '../../../../yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml',
+    ],
+    output: ['Report.md'],
     depend_files: sdbusplusplus_depfiles,
     command: [
-        sdbuspp_gen_meson_prog, '--command', 'markdown',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.current_source_dir() / '../../../../yaml',
+        sdbuspp_gen_meson_prog,
+        '--command',
+        'markdown',
+        '--output',
+        meson.current_build_dir(),
+        '--tool',
+        sdbusplusplus_prog,
+        '--directory',
+        meson.current_source_dir() / '../../../../yaml',
         'xyz/openbmc_project/Telemetry/Report',
     ],
     install: should_generate_markdown,
@@ -25,14 +32,21 @@
 
 generated_markdown += custom_target(
     'xyz/openbmc_project/Telemetry/ReportManager__markdown'.underscorify(),
-    input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml',  ],
-    output: [ 'ReportManager.md' ],
+    input: [
+        '../../../../yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml',
+    ],
+    output: ['ReportManager.md'],
     depend_files: sdbusplusplus_depfiles,
     command: [
-        sdbuspp_gen_meson_prog, '--command', 'markdown',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.current_source_dir() / '../../../../yaml',
+        sdbuspp_gen_meson_prog,
+        '--command',
+        'markdown',
+        '--output',
+        meson.current_build_dir(),
+        '--tool',
+        sdbusplusplus_prog,
+        '--directory',
+        meson.current_source_dir() / '../../../../yaml',
         'xyz/openbmc_project/Telemetry/ReportManager',
     ],
     install: should_generate_markdown,
@@ -42,14 +56,21 @@
 
 generated_markdown += custom_target(
     'xyz/openbmc_project/Telemetry/Trigger__markdown'.underscorify(),
-    input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml',  ],
-    output: [ 'Trigger.md' ],
+    input: [
+        '../../../../yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml',
+    ],
+    output: ['Trigger.md'],
     depend_files: sdbusplusplus_depfiles,
     command: [
-        sdbuspp_gen_meson_prog, '--command', 'markdown',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.current_source_dir() / '../../../../yaml',
+        sdbuspp_gen_meson_prog,
+        '--command',
+        'markdown',
+        '--output',
+        meson.current_build_dir(),
+        '--tool',
+        sdbusplusplus_prog,
+        '--directory',
+        meson.current_source_dir() / '../../../../yaml',
         'xyz/openbmc_project/Telemetry/Trigger',
     ],
     install: should_generate_markdown,
@@ -59,14 +80,21 @@
 
 generated_markdown += custom_target(
     'xyz/openbmc_project/Telemetry/TriggerManager__markdown'.underscorify(),
-    input: [ '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml',  ],
-    output: [ 'TriggerManager.md' ],
+    input: [
+        '../../../../yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml',
+    ],
+    output: ['TriggerManager.md'],
     depend_files: sdbusplusplus_depfiles,
     command: [
-        sdbuspp_gen_meson_prog, '--command', 'markdown',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.current_source_dir() / '../../../../yaml',
+        sdbuspp_gen_meson_prog,
+        '--command',
+        'markdown',
+        '--output',
+        meson.current_build_dir(),
+        '--tool',
+        sdbusplusplus_prog,
+        '--directory',
+        meson.current_source_dir() / '../../../../yaml',
         'xyz/openbmc_project/Telemetry/TriggerManager',
     ],
     install: should_generate_markdown,