Module Name: src
Committed By: skrll
Date: Fri Sep 12 16:25:55 UTC 2014
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/vmstat/vmstat.c
diff -u src/usr.bin/vmstat/vmstat.c:1.204 src/usr.bin/vmstat/vmstat.c:1.205
--- src/usr.bin/vmstat/vmstat.c:1.204 Fri Sep 12 16:25:29 2014
+++ src/usr.bin/vmstat/vmstat.c Fri Sep 12 16:25:55 2014
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
#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 @@ struct nlist histnl[] =
};
-#define KILO 1024
+#define KILO 1024
struct cpu_counter {
uint64_t nintr;