meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: Ie0fb147f556c18eb226736dd9b688afba5636a9b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/phosphor-power-sequencer/meson.build b/phosphor-power-sequencer/meson.build
index e6a3770..f6f6e50 100644
--- a/phosphor-power-sequencer/meson.build
+++ b/phosphor-power-sequencer/meson.build
@@ -1,6 +1,8 @@
-install_subdir('config_files',
+install_subdir(
+ 'config_files',
strip_directory: true,
- install_dir: get_option('datadir')/'phosphor-power-sequencer')
+ install_dir: get_option('datadir') / 'phosphor-power-sequencer',
+)
subdir('src')