chiark / gitweb /
treewide: correct spacing near eol in code comments
[elogind.git] / src / libsystemd / sd-id128 / sd-id128.c
index 233ffa070bdb69900afa3ee482b0f987c7b5d73e..c876f6e381f90d1f48962cc366a909c5348d2c0c 100644 (file)
@@ -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;