[PATCH 2/3] dsound: Merge IKsPropertySet into the secondary buffer object.

Michael Stefaniuc mstefani at redhat.com
Tue Jan 17 10:51:48 CST 2012


On 01/17/2012 05:44 PM, Andrew Eikum wrote:
> On Tue, Jan 17, 2012 at 01:53:10AM +0100, Michael Stefaniuc wrote:
>> @@ -901,10 +895,11 @@ HRESULT IDirectSoundBufferImpl_Create(
>>  	TRACE("Created buffer at %p\n", dsb);
>>  
>>  	dsb->ref = 0;
>> +        dsb->refiks = 0;
>>  	dsb->numIfaces = 0;
>>  	dsb->device = device;
>>  	dsb->IDirectSoundBuffer8_iface.lpVtbl = &dsbvt;
>> -	dsb->iks = NULL;
>> +        dsb->IKsPropertySet_iface.lpVtbl = &iksbvt;
>>  
> 
> Mixed tabs and spaces :(
Where do you see them? The lines that I added are purely spaces.

dsound is mixed and inconsistent thus I use only spaces for the new
lines. With the amount of churn we have there a lot of tabs should get
cleaned up.

bye
	michael



More information about the wine-devel mailing list