From: Lennart Poettering Date: Tue, 12 Jun 2018 10:03:28 +0000 (+0200) Subject: tree-wide: drop trailing whitespace X-Git-Tag: v239~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f86fae61ec297f77174a326538289bce21bc8c78;p=thirdparty%2Fsystemd.git tree-wide: drop trailing whitespace --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 872d51d4ecc..2e01326bb98 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 bf6e8776ee8..929eab7fcd0 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');