chiark / gitweb /
tree-wide: beautify remaining copyright statements
[elogind.git] / src / login / logind-session-device.c
index 2f51881d32bef367a5bf283f6aa8a5cf42bb1993..e10b810dc0a55e7e4a83a793c4398633524fa164 100644 (file)
@@ -1,8 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  This file is part of systemd.
-
-  Copyright 2013 David Herrmann
+  Copyright © 2013 David Herrmann
 ***/
 
 #include <fcntl.h>
@@ -524,7 +522,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');