meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I874e2c57075988db53dad8e365c0bf1ac204f81b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/lib/include/phosphor-logging/meson.build b/lib/include/phosphor-logging/meson.build
index f129afe..af25aae 100644
--- a/lib/include/phosphor-logging/meson.build
+++ b/lib/include/phosphor-logging/meson.build
@@ -3,12 +3,18 @@
input: [elog_gen, template_elog_gen],
output: 'elog-errors.hpp',
command: [
- python_prog, '@INPUT0@',
- '-t', '',
- '-m', '@INPUT1@',
- '-y', yamldir,
- '-u', tool_dir + '/',
- '-o', '@OUTPUT0@',
+ python_prog,
+ '@INPUT0@',
+ '-t',
+ '',
+ '-m',
+ '@INPUT1@',
+ '-y',
+ yamldir,
+ '-u',
+ tool_dir + '/',
+ '-o',
+ '@OUTPUT0@',
],
install: true,
install_dir: get_option('includedir') / 'phosphor-logging',
@@ -33,7 +39,4 @@
subdir: 'phosphor-logging/lg2',
)
-install_headers(
- 'test/sdjournal_mock.hpp',
- subdir: 'phosphor-logging/test',
-)
+install_headers('test/sdjournal_mock.hpp', subdir: 'phosphor-logging/test')
diff --git a/lib/meson.build b/lib/meson.build
index 3c7e3fc..8446767 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -6,12 +6,7 @@
threads_dep = dependency('threads')
-phosphor_logging_deps = [
- libsystemd_dep,
- pdi_dep,
- sdbusplus_dep,
- threads_dep
-]
+phosphor_logging_deps = [libsystemd_dep, pdi_dep, sdbusplus_dep, threads_dep]
phosphor_logging_lib = library(
'phosphor_logging',
@@ -22,10 +17,7 @@
phosphor_logging_gen,
implicit_include_directories: false,
include_directories: phosphor_logging_includes,
- dependencies: [
- phosphor_logging_deps,
- conf_h_dep,
- ],
+ dependencies: [phosphor_logging_deps, conf_h_dep],
version: meson.project_version(),
install: true,
)