aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@NetBSD.org>2005-02-10 16:00:38 +0000
committerjmc <jmc@NetBSD.org>2005-02-10 16:00:38 +0000
commitdf4d2fb54d404977d480974085b1efa070c177fc (patch)
tree26647f661b4c6e2b038db9e53d546f45294123da
parent85b5b7e2b20d528e3b292201aad9fb984011841a (diff)
downloadbsd-progress-df4d2fb54d404977d480974085b1efa070c177fc.tar.gz
bsd-progress-df4d2fb54d404977d480974085b1efa070c177fc.tar.zst
bsd-progress-df4d2fb54d404977d480974085b1efa070c177fc.zip
White space nit
-rw-r--r--include/progressbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/progressbar.h b/include/progressbar.h
index b8e416e..9e004f4 100644
--- a/include/progressbar.h
+++ b/include/progressbar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: progressbar.h,v 1.4 2004/03/09 17:04:24 hubertf Exp $ */
+/* $NetBSD: progressbar.h,v 1.5 2005/02/10 16:00:38 jmc Exp $ */
/*-
* Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
@@ -82,7 +82,6 @@ void psummary(int);
void ptransfer(int);
#endif /* !STANDALONE_PROGRESS */
-
#ifdef NO_LONG_LONG
# define LLF "%ld"
# define LLFP(x) "%" x "ld"