From: Lennart Poettering Date: Tue, 12 Jun 2018 10:03:28 +0000 (+0200) Subject: tree-wide: drop trailing whitespace X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c4cc94a479782ff34e829633f35c72690765161f;p=elogind.git tree-wide: drop trailing whitespace --- diff --git a/src/login/logind-session-device.c b/src/login/logind-session-device.c index 2f51881d3..b4cea0b62 100644 --- a/src/login/logind-session-device.c +++ b/src/login/logind-session-device.c @@ -524,7 +524,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');