meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/power-sequencer/meson.build b/power-sequencer/meson.build
index 31a8176..2129957 100644
--- a/power-sequencer/meson.build
+++ b/power-sequencer/meson.build
@@ -4,13 +4,17 @@
     ucd90160_defs_cpp = custom_target(
         'ucd90160_defs.cpp',
         command: [
-            prog_python, '@INPUT0@',
-            '-i', '@INPUT1@', '-o', meson.current_build_dir(),
+            prog_python,
+            '@INPUT0@',
+            '-i',
+            '@INPUT1@',
+            '-o',
+            meson.current_build_dir(),
         ],
         input: [
             'gen-ucd90160-defs.py',
             get_option('ucd90160-yaml'),
-            'templates/ucd90160_defs.mako.cpp'
+            'templates/ucd90160_defs.mako.cpp',
         ],
         output: 'ucd90160_defs.cpp',
     )