regenerate-meson: enable meson formatting

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
diff --git a/gen/org/freedesktop/UPower/Device/meson.build b/gen/org/freedesktop/UPower/Device/meson.build
index 3f9452b..fe33c7f 100644
--- a/gen/org/freedesktop/UPower/Device/meson.build
+++ b/gen/org/freedesktop/UPower/Device/meson.build
@@ -4,9 +4,7 @@
 
 generated_sources += custom_target(
     'org/freedesktop/UPower/Device__cpp'.underscorify(),
-    input: [
-        '../../../../../yaml/org/freedesktop/UPower/Device.interface.yaml',
-    ],
+    input: ['../../../../../yaml/org/freedesktop/UPower/Device.interface.yaml'],
     output: [
         'common.hpp',
         'server.hpp',
@@ -16,10 +14,15 @@
     ],
     depend_files: sdbusplusplus_depfiles,
     command: [
-        sdbuspp_gen_meson_prog, '--command', 'cpp',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.current_source_dir() / '../../../../../yaml',
+        sdbuspp_gen_meson_prog,
+        '--command',
+        'cpp',
+        '--output',
+        meson.current_build_dir(),
+        '--tool',
+        sdbusplusplus_prog,
+        '--directory',
+        meson.current_source_dir() / '../../../../../yaml',
         'org/freedesktop/UPower/Device',
     ],
     install: should_generate_cpp,
diff --git a/gen/org/freedesktop/UPower/meson.build b/gen/org/freedesktop/UPower/meson.build
index 95c1c55..730f8b6 100644
--- a/gen/org/freedesktop/UPower/meson.build
+++ b/gen/org/freedesktop/UPower/meson.build
@@ -5,14 +5,19 @@
 
 generated_markdown += custom_target(
     'org/freedesktop/UPower/Device__markdown'.underscorify(),
-    input: [ '../../../../yaml/org/freedesktop/UPower/Device.interface.yaml',  ],
-    output: [ 'Device.md' ],
+    input: ['../../../../yaml/org/freedesktop/UPower/Device.interface.yaml'],
+    output: ['Device.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',
         'org/freedesktop/UPower/Device',
     ],
     install: should_generate_markdown,