diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 00:24:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-29 00:24:17 +0000 |
commit | d604b6004b2ee211ca333d6d8245cd8267347eae (patch) | |
tree | d09be59f972519901a436c39d69595dff11388d2 /bin/ls/util.c | |
parent | d079af4331107f7f0eaa1214612cb65d4aad1199 (diff) |
spacing
Diffstat (limited to 'bin/ls/util.c')
-rw-r--r-- | bin/ls/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ls/util.c b/bin/ls/util.c index 29bb7f295d2..0ce468231d0 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.9 2003/06/11 23:42:12 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.10 2003/07/29 00:24:15 deraadt Exp $ */ /* $NetBSD: util.c,v 1.12 1995/09/07 06:43:02 jtc Exp $ */ /* @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)util.c 8.5 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: util.c,v 1.9 2003/06/11 23:42:12 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.10 2003/07/29 00:24:15 deraadt Exp $"; #endif #endif /* not lint */ @@ -68,6 +68,6 @@ usage(void) { (void)fprintf(stderr, "usage: %s [-1ACFLRSTWacdfiklmnopqrstux] [file ...]\n", - __progname); + __progname); exit(1); } |