]> git.cameronkatri.com Git - bsd-progress.git/commitdiff
Whitespace nit.
authorsimonb <simonb@NetBSD.org>
Sat, 25 Apr 2020 11:12:39 +0000 (11:12 +0000)
committersimonb <simonb@NetBSD.org>
Sat, 25 Apr 2020 11:12:39 +0000 (11:12 +0000)
progress.c

index 16886875f3fbf94d6632fafee5162c74607886ec..2498bee93f20f5a56e42c513eb718e4104a13632 100644 (file)
@@ -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 @@ usage(void)
        exit(EXIT_FAILURE);
 }
 
-
 int
 main(int argc, char *argv[])
 {