Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/vmstat Remove a blank line.



details:   https://anonhg.NetBSD.org/src/rev/f0e7ec7e8fe2
branches:  trunk
changeset: 573511:f0e7ec7e8fe2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Jan 30 23:38:17 2005 +0000

description:
Remove a blank line.

diffstat:

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

diffs (26 lines):

diff -r d47011951a4c -r f0e7ec7e8fe2 usr.bin/vmstat/vmstat.c
--- a/usr.bin/vmstat/vmstat.c   Sun Jan 30 23:04:33 2005 +0000
+++ b/usr.bin/vmstat/vmstat.c   Sun Jan 30 23:38:17 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmstat.c,v 1.127 2005/01/26 13:42:07 wiz Exp $ */
+/* $NetBSD: vmstat.c,v 1.128 2005/01/30 23:38:17 simonb Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
 #if 0
 static char sccsid[] = "@(#)vmstat.c   8.2 (Berkeley) 3/1/95";
 #else
-__RCSID("$NetBSD: vmstat.c,v 1.127 2005/01/26 13:42:07 wiz Exp $");
+__RCSID("$NetBSD: vmstat.c,v 1.128 2005/01/30 23:38:17 simonb Exp $");
 #endif
 #endif /* not lint */
 
@@ -1125,7 +1125,6 @@
                } else {
                        inuse += this_inuse;
                        total += this_total;
-
                }
                if (wide) {
                        if (this_total == 0)



Home | Main Index | Thread Index | Old Index