summaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-03-03 12:14:13 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-03-03 12:14:13 +0100
commit2f492a739c5edd09f1c16bc7da84c37a8744121a (patch)
tree4e9f1a07c194975392bbcd6521c031b3d2118f93 /src/machine
parentb9acb5074e115a3010f8507c6f3d2cad4132aa15 (diff)
downloadsystemd-2f492a739c5edd09f1c16bc7da84c37a8744121a.tar.gz
meson: move files' closing brace to separate line
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/machine/meson.build b/src/machine/meson.build
index 1b7f11893f..6297765113 100644
--- a/src/machine/meson.build
+++ b/src/machine/meson.build
@@ -2,7 +2,8 @@
systemd_machined_sources = files(
'machined.c',
- 'machined.h')
+ 'machined.h',
+)
libmachine_core_sources = files(
'image-dbus.c',
@@ -16,7 +17,8 @@ libmachine_core_sources = files(
'machined-varlink.c',
'machined-varlink.h',
'operation.c',
- 'operation.h')
+ 'operation.h',
+)
libmachine_core = static_library(
'machine-core',