From 89c154094948ee29b84f3b385e2c0dde6bbeca1f Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 13 Feb 2002 22:36:53 +0000 Subject: indent --- lib/libc/rpc/pmap_prot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/rpc') diff --git a/lib/libc/rpc/pmap_prot.c b/lib/libc/rpc/pmap_prot.c index ef8c45a70bd..17d9be0ee8b 100644 --- a/lib/libc/rpc/pmap_prot.c +++ b/lib/libc/rpc/pmap_prot.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_prot.c,v 1.3 1996/08/19 08:31:39 tholo Exp $"; +static char *rcsid = "$OpenBSD: pmap_prot.c,v 1.4 2002/02/13 22:36:52 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -50,8 +50,8 @@ xdr_pmap(xdrs, regs) { if (xdr_u_long(xdrs, ®s->pm_prog) && - xdr_u_long(xdrs, ®s->pm_vers) && - xdr_u_long(xdrs, ®s->pm_prot)) + xdr_u_long(xdrs, ®s->pm_vers) && + xdr_u_long(xdrs, ®s->pm_prot)) return (xdr_u_long(xdrs, ®s->pm_port)); return (FALSE); } -- cgit v1.2.3