Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/vmstat Trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/921bc4cb2515
branches:  trunk
changeset: 802373:921bc4cb2515
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Sep 12 16:25:55 2014 +0000

description:
Trailing whitespace.

diffstat:

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

diffs (27 lines):

diff -r 418571b4ff1a -r 921bc4cb2515 usr.bin/vmstat/vmstat.c
--- a/usr.bin/vmstat/vmstat.c   Fri Sep 12 16:25:29 2014 +0000
+++ b/usr.bin/vmstat/vmstat.c   Fri Sep 12 16:25:55 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmstat.c,v 1.204 2014/09/12 16:25:29 skrll Exp $ */
+/* $NetBSD: vmstat.c,v 1.205 2014/09/12 16:25:55 skrll Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000, 2001, 2007 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
 #if 0
 static char sccsid[] = "@(#)vmstat.c   8.2 (Berkeley) 3/1/95";
 #else
-__RCSID("$NetBSD: vmstat.c,v 1.204 2014/09/12 16:25:29 skrll Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.205 2014/09/12 16:25:55 skrll Exp $");
 #endif
 #endif /* not lint */
 
@@ -237,7 +237,7 @@
 };
 
 
-#define KILO   1024    
+#define KILO   1024
 
 struct cpu_counter {
        uint64_t nintr;



Home | Main Index | Thread Index | Old Index