Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/progress Whitespace nit.
details: https://anonhg.NetBSD.org/src/rev/ef3d76a7e6c9
branches: trunk
changeset: 971476:ef3d76a7e6c9
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Apr 25 11:12:39 2020 +0000
description:
Whitespace nit.
diffstat:
usr.bin/progress/progress.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8bc0a1c6a236 -r ef3d76a7e6c9 usr.bin/progress/progress.c
--- a/usr.bin/progress/progress.c Sat Apr 25 11:11:33 2020 +0000
+++ b/usr.bin/progress/progress.c Sat Apr 25 11:12:39 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: progress.c,v 1.21 2015/01/17 10:57:51 gson Exp $ */
+/* $NetBSD: progress.c,v 1.22 2020/04/25 11:12:39 simonb Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: progress.c,v 1.21 2015/01/17 10:57:51 gson Exp $");
+__RCSID("$NetBSD: progress.c,v 1.22 2020/04/25 11:12:39 simonb Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -75,7 +75,6 @@
exit(EXIT_FAILURE);
}
-
int
main(int argc, char *argv[])
{
Home |
Main Index |
Thread Index |
Old Index