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/8354de3fb556
branches:  trunk
changeset: 931267:8354de3fb556
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 290a97689765 -r 8354de3fb556 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