diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-04 00:51:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-04 00:51:15 +0000 |
commit | 2bc2dc72f87555898f835acd7b7d1d907dea7bc2 (patch) | |
tree | 8f45961f41e8cd2ba3bb3880e3c494a5fc112f57 | |
parent | f4130e9d232b87be57db8c0f5e6eda5802eb45f3 (diff) |
spaces
-rw-r--r-- | usr.bin/ypwhich/ypwhich.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index d9864542837..28e2abbd0a5 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypwhich.c,v 1.13 2002/07/19 03:20:17 deraadt Exp $ */ +/* $OpenBSD: ypwhich.c,v 1.14 2002/08/04 00:51:14 deraadt Exp $ */ /* $NetBSD: ypwhich.c,v 1.6 1996/05/13 02:43:48 thorpej Exp $ */ /* @@ -34,7 +34,7 @@ */ #ifndef LINT -static char rcsid[] = "$Id: ypwhich.c,v 1.13 2002/07/19 03:20:17 deraadt Exp $"; +static char rcsid[] = "$Id: ypwhich.c,v 1.14 2002/08/04 00:51:14 deraadt Exp $"; #endif #include <sys/param.h> @@ -215,7 +215,7 @@ main(int argc, char *argv[]) usage(); if (host != NULL) - client = yp_bind_host(host,YPPROG,YPVERS,0,1); + client = yp_bind_host(host, YPPROG, YPVERS, 0, 1); if (argv[0]) { map = argv[0]; |