Module Name:    src
Committed By:   kre
Date:           Thu Nov 21 16:33:37 UTC 2024

Modified Files:
        src/usr.bin/getent: getent.c

Log Message:
White space.    NFC.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/getent/getent.c

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

Modified files:

Index: src/usr.bin/getent/getent.c
diff -u src/usr.bin/getent/getent.c:1.20 src/usr.bin/getent/getent.c:1.21
--- src/usr.bin/getent/getent.c:1.20	Thu Nov 21 15:49:34 2024
+++ src/usr.bin/getent/getent.c	Thu Nov 21 16:33:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: getent.c,v 1.20 2024/11/21 15:49:34 kre Exp $	*/
+/*	$NetBSD: getent.c,v 1.21 2024/11/21 16:33:37 kre Exp $	*/
 
 /*-
  * Copyright (c) 2004-2006 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: getent.c,v 1.20 2024/11/21 15:49:34 kre Exp $");
+__RCSID("$NetBSD: getent.c,v 1.21 2024/11/21 16:33:37 kre Exp $");
 #endif /* not lint */
 
 #include <sys/socket.h>
@@ -644,7 +644,7 @@ handlecap(const char *db, int argc, char
 					if (cap) {
 						capprint(cap);
 						break;
-					} 
+					}
 				}
 				if (j == sizeof(sfx) - 1)
 					printf("false\n");
@@ -735,7 +735,7 @@ rpc(int argc, char *argv[])
 	struct rpcent	*re;
 	unsigned long	id;
 	int		i, rv;
-	
+
 	assert(argc > 1);
 	assert(argv != NULL);
 

Reply via email to