Module Name:    src
Committed By:   rin
Date:           Mon Aug 14 02:22:35 UTC 2023

Modified Files:
        src/lib/libcrypt: crypt.c

Log Message:
libcrypt: trailing white space


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libcrypt/crypt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcrypt/crypt.c
diff -u src/lib/libcrypt/crypt.c:1.39 src/lib/libcrypt/crypt.c:1.40
--- src/lib/libcrypt/crypt.c:1.39	Sat Jun 24 05:18:12 2023
+++ src/lib/libcrypt/crypt.c	Mon Aug 14 02:22:35 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: crypt.c,v 1.39 2023/06/24 05:18:12 msaitoh Exp $	*/
+/*	$NetBSD: crypt.c,v 1.40 2023/08/14 02:22:35 rin Exp $	*/
 
 /*
  * Copyright (c) 1989, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)crypt.c	8.1.1.1 (Berkeley) 8/18/93";
 #else
-__RCSID("$NetBSD: crypt.c,v 1.39 2023/06/24 05:18:12 msaitoh Exp $");
+__RCSID("$NetBSD: crypt.c,v 1.40 2023/08/14 02:22:35 rin Exp $");
 #endif
 #endif /* not lint */
 
@@ -503,7 +503,7 @@ ascii_is_unsafe(char ch)
  * full scheme name comparison
  * Updated to reflect alc suggestion(s) 
  *
- * returns boolean 0 on failure, 1 on success, 
+ * returns boolean 0 on failure, 1 on success,
  */
 static int 
 nondes_scheme_substr(const char * setting,char * scheme, unsigned int len)

Reply via email to