summaryrefslogtreecommitdiff
path: root/src/shutdown
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/shutdown
parentb9acb5074e115a3010f8507c6f3d2cad4132aa15 (diff)
downloadsystemd-2f492a739c5edd09f1c16bc7da84c37a8744121a.tar.gz
meson: move files' closing brace to separate line
Diffstat (limited to 'src/shutdown')
-rw-r--r--src/shutdown/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shutdown/meson.build b/src/shutdown/meson.build
index a4f4d39814..0bd09fd7b2 100644
--- a/src/shutdown/meson.build
+++ b/src/shutdown/meson.build
@@ -3,7 +3,8 @@
systemd_shutdown_sources = files(
'shutdown.c',
'umount.c',
- 'umount.h')
+ 'umount.h',
+)
tests += [
[files('test-umount.c',