Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libutil Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/0a80b56f5f3d
branches:  trunk
changeset: 466917:0a80b56f5f3d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 06 13:21:18 2020 +0000

description:
Trailing whitespace

diffstat:

 common/lib/libutil/proc_compare.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a5d21a23c6d2 -r 0a80b56f5f3d common/lib/libutil/proc_compare.c
--- a/common/lib/libutil/proc_compare.c Mon Jan 06 11:24:30 2020 +0000
+++ b/common/lib/libutil/proc_compare.c Mon Jan 06 13:21:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc_compare.c,v 1.2 2020/01/06 11:16:35 ad Exp $      */
+/*     $NetBSD: proc_compare.c,v 1.3 2020/01/06 13:21:18 skrll Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -37,7 +37,7 @@
 
 #  include <sys/cdefs.h>
 #  if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: proc_compare.c,v 1.2 2020/01/06 11:16:35 ad Exp $");
+__RCSID("$NetBSD: proc_compare.c,v 1.3 2020/01/06 13:21:18 skrll Exp $");
 #  endif
 
 #  include <sys/types.h>
@@ -52,7 +52,7 @@
 #  define P_RTIME_USEC p_rtime_usec
 # else
 #  include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: proc_compare.c,v 1.2 2020/01/06 11:16:35 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: proc_compare.c,v 1.3 2020/01/06 13:21:18 skrll Exp $");
 #  include <sys/param.h>
 #  include <sys/inttypes.h>
 #  include <sys/systm.h>
@@ -140,7 +140,7 @@
                return 0;
        if (p2->P_RTIME_USEC < p1->P_RTIME_USEC)
                return 1;
-               
+
        return p2->p_pid > p1->p_pid;   /* Nonsense */
 }
 #endif /* STANDALONE */



Home | Main Index | Thread Index | Old Index