mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
spacing.
This commit is contained in:
parent
01abbd9c5e
commit
1df60603ae
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: unvis.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $ */
|
||||
/* $OpenBSD: unvis.c,v 1.8 2008/07/06 13:49:35 sobrado Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1989, 1993
|
||||
@ -39,7 +39,7 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
static char rcsid[] = "$OpenBSD: unvis.c,v 1.7 2003/06/10 22:20:53 deraadt Exp $";
|
||||
static char rcsid[] = "$OpenBSD: unvis.c,v 1.8 2008/07/06 13:49:35 sobrado Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
@ -59,7 +59,7 @@ main(int argc, char *argv[])
|
||||
switch((char)ch) {
|
||||
case '?':
|
||||
default:
|
||||
(void) fprintf(stderr, "usage: unvis [file...]\n");
|
||||
(void) fprintf(stderr, "usage: unvis [file ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
argc -= optind;
|
||||
|
Loading…
Reference in New Issue
Block a user