diff options
author | 2017-01-21 08:29:13 +0000 | |
---|---|---|
committer | 2017-01-21 08:29:13 +0000 | |
commit | beb15867ad58c144f0b15621aba82cb13678cd97 (patch) | |
tree | 9c0326e7411a38f6163d3ca588a6a79039f4ab52 /lib/libc/rpc/xdr_array.c | |
parent | Move Allwinner drivers that will soon be used by OpenBSD/arm64 (diff) | |
download | wireguard-openbsd-beb15867ad58c144f0b15621aba82cb13678cd97.tar.xz wireguard-openbsd-beb15867ad58c144f0b15621aba82cb13678cd97.zip |
Nuke whitespace foolish enough to expose itself during the great
"warning:" rectification.
Diffstat (limited to 'lib/libc/rpc/xdr_array.c')
-rw-r--r-- | lib/libc/rpc/xdr_array.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/xdr_array.c b/lib/libc/rpc/xdr_array.c index 6e4b7abef64..bd51f956afb 100644 --- a/lib/libc/rpc/xdr_array.c +++ b/lib/libc/rpc/xdr_array.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xdr_array.c,v 1.13 2016/12/20 22:19:08 krw Exp $ */ +/* $OpenBSD: xdr_array.c,v 1.14 2017/01/21 08:29:13 krw Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -96,7 +96,7 @@ xdr_array(XDR *xdrs, break; } } - + /* * now we xdr each element of array */ @@ -139,5 +139,5 @@ xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, return(FALSE); elptr += elemsize; } - return(TRUE); + return(TRUE); } |