From f86fae61ec297f77174a326538289bce21bc8c78 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 12:03:28 +0200 Subject: [PATCH] tree-wide: drop trailing whitespace --- man/systemd.exec.xml | 4 ++-- src/login/logind-session-device.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 872d51d..2e01326 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -806,7 +806,7 @@ CapabilityBoundingSet=~CAP_B CAP_C These options take a whitespace-separated list of directory names. The specified directory names must be relative, and may not include ... If set, one or more directories by the specified names will be created (including their parents) below the locations - defined in the following table, when the unit is started. + defined in the following table, when the unit is started. Automatic directory creation @@ -846,7 +846,7 @@ CapabilityBoundingSet=~CAP_B CAP_C
- + In case of RuntimeDirectory= the lowest subdirectories are removed when the unit is stopped. It is possible to preserve the specified directories in this case if RuntimeDirectoryPreserve= is configured to or diff --git a/src/login/logind-session-device.c b/src/login/logind-session-device.c index bf6e877..929eab7 100644 --- a/src/login/logind-session-device.c +++ b/src/login/logind-session-device.c @@ -520,7 +520,7 @@ int session_device_save(SessionDevice *sd) { if (sd->pushed_fd) return 0; - + /* Session ID does not contain separators. */ id = sd->session->id; assert(*(id + strcspn(id, "-\n")) == '\0'); -- 2.7.4