On 03/02/2010 06:33 PM, Eric Blake wrote:
According to David Allan on 3/2/2010 3:13 PM:
> bool_t
> +xdr_remote_storage_vol_zero_out_args (XDR *xdrs, remote_storage_vol_zero_out_args
*objp)
> +{
> +
> + if (!xdr_remote_nonnull_storage_vol (xdrs,&objp->vol))
> + return FALSE;
> + if (!xdr_u_int (xdrs,&objp->flags))
> + return FALSE;
> + return TRUE;
Funky indentation.
Bleah...this is a generated file, and the funky indentation is
throughout, not surprisingly. I'll fix it, and see if I can fix the
generator as well.
Dave