meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I4cc78e59d8341dd5ea54ee2793afdab179b259e8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/service_files/meson.build b/service_files/meson.build
index 7309bee..f39c2db 100644
--- a/service_files/meson.build
+++ b/service_files/meson.build
@@ -1,15 +1,14 @@
systemd_dep = dependency('systemd')
-systemd_system_unitdir = systemd_dep.get_variable(
- 'systemdsystemunitdir')
+systemd_system_unitdir = systemd_dep.get_variable('systemdsystemunitdir')
conf_data = configuration_data()
conf_data.set('BINDIR', get_option('prefix') / get_option('bindir'))
configure_file(
- configuration: conf_data,
- input: 'xyz.openbmc_project.eStoraged.service.in',
- output: 'xyz.openbmc_project.eStoraged.service',
- install: true,
- install_dir: systemd_system_unitdir,
+ configuration: conf_data,
+ input: 'xyz.openbmc_project.eStoraged.service.in',
+ output: 'xyz.openbmc_project.eStoraged.service',
+ install: true,
+ install_dir: systemd_system_unitdir,
)