From: Lennart Poettering Date: Thu, 31 May 2018 10:19:34 +0000 (+0200) Subject: tree-wide: drop some double newlines X-Git-Tag: v239~173^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9145%2Fhead;p=thirdparty%2Fsystemd.git tree-wide: drop some double newlines --- diff --git a/man/systemd-portabled.service.xml b/man/systemd-portabled.service.xml index 7b1c3ae68cb..91da27eba82 100644 --- a/man/systemd-portabled.service.xml +++ b/man/systemd-portabled.service.xml @@ -45,7 +45,6 @@ Most of systemd-portabled's functionality is accessible through the portablectl1 command. - See the Portable Services Documentation for details about the concepts this service implements. diff --git a/src/portable/portabled-image-bus.c b/src/portable/portabled-image-bus.c index 1dc6b77b3ba..02a2db23524 100644 --- a/src/portable/portabled-image-bus.c +++ b/src/portable/portabled-image-bus.c @@ -156,7 +156,6 @@ int bus_image_common_get_metadata( for (i = 0; i < hashmap_size(unit_files); i++) { - r = sd_bus_message_open_container(reply, 'e', "say"); if (r < 0) return r;