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/c3fd0ffce251
branches: trunk
changeset: 332231:c3fd0ffce251
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 5e2dc916123e -r c3fd0ffce251 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