chiark / gitweb /
tree-wide: drop trailing whitespace
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Jun 2018 10:03:28 +0000 (12:03 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
src/login/logind-session-device.c

index 2f51881d32bef367a5bf283f6aa8a5cf42bb1993..b4cea0b625e808e2f2a76ee17fa311b971794025 100644 (file)
@@ -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');