From f7340ab269828d917cd1281e33e6dd4fdfee67b3 Mon Sep 17 00:00:00 2001 From: Torstein Husebø Date: Wed, 10 Dec 2014 20:00:09 +0100 Subject: treewide: correct spacing near eol in code comments --- src/libsystemd/sd-id128/sd-id128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsystemd/sd-id128') 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; -- cgit v1.2.3-54-g00ecf