diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2022-11-11 12:05:33 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2022-11-11 12:05:33 +0000 |
commit | 593b4e504b0cb7c5761a4291437d5e1de7a0197b (patch) | |
tree | a9cfad3b2037f51a4a58722c8acc2bfa262de423 /lib/libc/uuid | |
parent | 8f4a6bf16b047938bd4c0f208dee317000ecb43d (diff) |
Nuke trailing space in a comment.
Diffstat (limited to 'lib/libc/uuid')
-rw-r--r-- | lib/libc/uuid/uuid_create.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/uuid/uuid_create.c b/lib/libc/uuid/uuid_create.c index c2a7e88679d..d90a130f388 100644 --- a/lib/libc/uuid/uuid_create.c +++ b/lib/libc/uuid/uuid_create.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uuid_create.c,v 1.2 2015/09/10 18:13:46 guenther Exp $ */ +/* $OpenBSD: uuid_create.c,v 1.3 2022/11/11 12:05:32 krw Exp $ */ /* $NetBSD: uuid_create.c,v 1.1 2004/09/13 21:44:54 thorpej Exp $ */ /* @@ -38,7 +38,7 @@ * See also: * http://www.opengroup.org/onlinepubs/009629399/uuid_create.htm and * RFC 4122 - * + * * Create a UUID from random number as defined in section 4.4 of RFC 4122 */ void |