diff options
author | Torstein Husebø <torstein@huseboe.net> | 2014-12-10 20:00:09 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-12-11 15:10:03 +0100 |
commit | f7340ab269828d917cd1281e33e6dd4fdfee67b3 (patch) | |
tree | 1341830b863c2af4706fd8c599b9b3f52680c859 /src/libsystemd/sd-id128 | |
parent | ee33e53a70c0d3f9d8aeafe4b8fd84a0d5e1d8d9 (diff) |
treewide: correct spacing near eol in code comments
Diffstat (limited to 'src/libsystemd/sd-id128')
-rw-r--r-- | src/libsystemd/sd-id128/sd-id128.c | 2 |
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 233ffa070b..c876f6e381 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; |