Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/6104c1109343
branches:  trunk
changeset: 344066:6104c1109343
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Mar 12 02:02:00 2016 +0000

description:
Remove trailing whitespace

diffstat:

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

diffs (27 lines):

diff -r 5e84b212e170 -r 6104c1109343 usr.sbin/rpc.lockd/test.c
--- a/usr.sbin/rpc.lockd/test.c Sat Mar 12 02:01:23 2016 +0000
+++ b/usr.sbin/rpc.lockd/test.c Sat Mar 12 02:02:00 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: test.c,v 1.5 2016/03/12 02:01:23 dholland Exp $        */
+/*     $NetBSD: test.c,v 1.6 2016/03/12 02:02:00 dholland Exp $        */
 
 #include <stdio.h>
 #include <string.h>
@@ -11,7 +11,7 @@
 static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";
 static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";
 #else
-__RCSID("$NetBSD: test.c,v 1.5 2016/03/12 02:01:23 dholland Exp $");
+__RCSID("$NetBSD: test.c,v 1.6 2016/03/12 02:02:00 dholland Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -324,7 +324,7 @@
 }
 
 
-int 
+int
 main(int argc, char **argv)
 {
        CLIENT *cli;



Home | Main Index | Thread Index | Old Index