From 9554591d45c8d7a12db6aea7d4ab51bd5d0cbf32 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 May 2018 12:19:34 +0200 Subject: [PATCH] tree-wide: drop some double newlines --- man/systemd-portabled.service.xml | 1 - src/portable/portabled-image-bus.c | 1 - 2 files changed, 2 deletions(-) diff --git a/man/systemd-portabled.service.xml b/man/systemd-portabled.service.xml index 7b1c3ae68c..91da27eba8 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 1dc6b77b3b..02a2db2352 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;