[libvirt] [PATCH 5/9] Define wire protocol format for vol zeroing

Dave Allan dallan at redhat.com
Wed Mar 3 02:19:09 UTC 2010


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




More information about the libvir-list mailing list