meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I8f8f59df50fb1b0bac487509c0933f133b45e9c2
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/subprojects/bare-metal-host-monitor/meson.build b/subprojects/bare-metal-host-monitor/meson.build
index d60f308..956d14f 100644
--- a/subprojects/bare-metal-host-monitor/meson.build
+++ b/subprojects/bare-metal-host-monitor/meson.build
@@ -16,7 +16,7 @@
'host_gpio_monitor',
'host_gpio_monitor.cpp',
implicit_include_directories: false,
- include_directories : include_directories('.'),
+ include_directories: include_directories('.'),
dependencies: [
dependency('stdplus'),
dependency('phosphor-logging'),
@@ -43,20 +43,17 @@
conf_data = configuration_data()
conf_data.set_quoted(
'DBUS_SERVICE_NAME',
- get_option('host_monitor_service_name')
+ get_option('host_monitor_service_name'),
)
conf_data.set_quoted('DBUS_OBJECT_PATH', get_option('host_monitor_object_path'))
conf_data.set_quoted('DBUS_INTERFACE', get_option('host_monitor_interface'))
conf_data.set_quoted('DBUS_PROPERTY_NAME', get_option('host_monitor_property'))
conf_data.set_quoted(
'DBUS_PROPERTY_HOST_IN_RESET_VALUE',
- get_option('host_monitor_host_in_reset_value')
+ get_option('host_monitor_host_in_reset_value'),
)
conf_data.set_quoted(
'DBUS_PROPERTY_HOST_RUNNING_VALUE',
- get_option('host_monitor_host_running_value')
+ get_option('host_monitor_host_running_value'),
)
-configure_file(
- output: 'host_gpio_monitor_conf.hpp',
- configuration: conf_data
-)
+configure_file(output: 'host_gpio_monitor_conf.hpp', configuration: conf_data)