From 2bc2dc72f87555898f835acd7b7d1d907dea7bc2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 4 Aug 2002 00:51:15 +0000 Subject: spaces --- usr.bin/ypwhich/ypwhich.c | 6 +++--- 1 file 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 @@ -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]; -- cgit v1.2.3