summaryrefslogtreecommitdiff
path: root/src/journal-remote
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/journal-remote
parentb9acb5074e115a3010f8507c6f3d2cad4132aa15 (diff)
downloadsystemd-2f492a739c5edd09f1c16bc7da84c37a8744121a.tar.gz
meson: move files' closing brace to separate line
Diffstat (limited to 'src/journal-remote')
-rw-r--r--src/journal-remote/meson.build12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/journal-remote/meson.build b/src/journal-remote/meson.build
index 5bd93904c5..4bbbc1431f 100644
--- a/src/journal-remote/meson.build
+++ b/src/journal-remote/meson.build
@@ -3,7 +3,8 @@
systemd_journal_upload_sources = files(
'journal-upload.h',
'journal-upload.c',
- 'journal-upload-journal.c')
+ 'journal-upload-journal.c',
+)
libsystemd_journal_remote_sources = files(
'journal-remote-parse.h',
@@ -11,12 +12,14 @@ libsystemd_journal_remote_sources = files(
'journal-remote-write.h',
'journal-remote-write.c',
'journal-remote.h',
- 'journal-remote.c')
+ 'journal-remote.c',
+)
if conf.get('HAVE_MICROHTTPD') == 1
libsystemd_journal_remote_sources += files(
'microhttpd-util.h',
- 'microhttpd-util.c')
+ 'microhttpd-util.c',
+ )
endif
libsystemd_journal_remote = static_library(
@@ -36,7 +39,8 @@ systemd_journal_remote_sources = files('journal-remote-main.c')
systemd_journal_gatewayd_sources = files(
'journal-gatewayd.c',
'microhttpd-util.h',
- 'microhttpd-util.c')
+ 'microhttpd-util.c',
+)
in_files = [
['journal-upload.conf',