From 7a3ee4352c944dc29d5a56ae76b3346bc266a8af Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 5 Jan 1999 22:54:49 +0000 Subject: [PATCH] whitespace fix --- usr.bin/ftp/util.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.bin/ftp/util.c b/usr.bin/ftp/util.c index 448812a8e62d..ed61c5ef8a48 100644 --- a/usr.bin/ftp/util.c +++ b/usr.bin/ftp/util.c @@ -1,4 +1,4 @@ -/* $NetBSD: util.c,v 1.39 1999/01/01 03:55:26 lukem Exp $ */ +/* $NetBSD: util.c,v 1.40 1999/01/05 22:54:49 lukem Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ #include #ifndef lint -__RCSID("$NetBSD: util.c,v 1.39 1999/01/01 03:55:26 lukem Exp $"); +__RCSID("$NetBSD: util.c,v 1.40 1999/01/05 22:54:49 lukem Exp $"); #endif /* not lint */ /* @@ -780,7 +780,6 @@ progressmeter(flag) int flag; { #ifndef SMALL - static off_t lastsize; struct timeval now, td, wait; off_t cursize, abbrevsize, bytespersec;