Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/nfsd Remove trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/5353614144fd
branches:  trunk
changeset: 943089:5353614144fd
user:      gson <gson%NetBSD.org@localhost>
date:      Wed Aug 26 13:33:42 2020 +0000

description:
Remove trailing whitespace

diffstat:

 usr.sbin/nfsd/nfsd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9ef269f043ff -r 5353614144fd usr.sbin/nfsd/nfsd.c
--- a/usr.sbin/nfsd/nfsd.c      Wed Aug 26 13:32:56 2020 +0000
+++ b/usr.sbin/nfsd/nfsd.c      Wed Aug 26 13:33:42 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfsd.c,v 1.70 2020/08/26 13:32:56 gson Exp $   */
+/*     $NetBSD: nfsd.c,v 1.71 2020/08/26 13:33:42 gson Exp $   */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)nfsd.c     8.9 (Berkeley) 3/29/95";
 #else
-__RCSID("$NetBSD: nfsd.c,v 1.70 2020/08/26 13:32:56 gson Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.71 2020/08/26 13:33:42 gson Exp $");
 #endif
 #endif /* not lint */
 
@@ -284,7 +284,7 @@
  * is called to complete the daemonization and signal the parent
  * process to exit.
  *
- * These functions could potentially be moved to a library and 
+ * These functions could potentially be moved to a library and
  * shared by other daemons.
  *
  * The return value from daemon2_fork() is a file descriptor to



Home | Main Index | Thread Index | Old Index