summaryrefslogtreecommitdiff
path: root/src/systemd/sd-login.h
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2014-12-10 20:00:09 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2014-12-11 15:10:03 +0100
commitf7340ab269828d917cd1281e33e6dd4fdfee67b3 (patch)
tree1341830b863c2af4706fd8c599b9b3f52680c859 /src/systemd/sd-login.h
parentee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 (diff)
downloadsystemd-f7340ab269828d917cd1281e33e6dd4fdfee67b3.tar.gz
treewide: correct spacing near eol in code comments
Diffstat (limited to 'src/systemd/sd-login.h')
-rw-r--r--src/systemd/sd-login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h
index 64b882724c..24c8595064 100644
--- a/src/systemd/sd-login.h
+++ b/src/systemd/sd-login.h
@@ -119,7 +119,7 @@ int sd_uid_get_sessions(uid_t uid, int require_active, char ***sessions);
/* Return seats of user is on. If require_active is true, this will look for
* active seats only. Returns the number of seats.
- * If seats is NULL, this will just return the number of seats.*/
+ * If seats is NULL, this will just return the number of seats. */
int sd_uid_get_seats(uid_t uid, int require_active, char ***seats);
/* Return 1 if the session is active. */