summaryrefslogtreecommitdiff
path: root/src/libsystemd
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/libsystemd
parentee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 (diff)
treewide: correct spacing near eol in code comments
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/sd-id128/sd-id128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-id128/sd-id128.c b/src/libsystemd/sd-id128/sd-id128.c
index 233ffa070..c876f6e38 100644
--- a/src/libsystemd/sd-id128/sd-id128.c
+++ b/src/libsystemd/sd-id128/sd-id128.c
@@ -222,7 +222,7 @@ _public_ int sd_id128_randomize(sd_id128_t *ret) {
/* Turn this into a valid v4 UUID, to be nice. Note that we
* only guarantee this for newly generated UUIDs, not for
- * pre-existing ones.*/
+ * pre-existing ones. */
*ret = make_v4_uuid(t);
return 0;