meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: Ie637fb174ce7db0343b39dc8870cd9ffdad7bf3a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/power-sequencer/meson.build b/power-sequencer/meson.build
index a52fe02..c4a2745 100644
--- a/power-sequencer/meson.build
+++ b/power-sequencer/meson.build
@@ -1,13 +1,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',
 )