From c67a84f0afa20c83b757091f849623aa969ede21 Mon Sep 17 00:00:00 2001 From: krw Date: Fri, 11 Nov 2022 12:05:32 +0000 Subject: [PATCH] Nuke trailing space in a comment. --- lib/libc/uuid/uuid_create.c | 4 ++-- 1 file 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 -- 2.20.1