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->numIfaces = 0; dsb->device = device; dsb->IDirectSoundBuffer8_iface.lpVtbl = &dsbvt;dsb->refiks = 0;
- dsb->iks = NULL;
dsb->IKsPropertySet_iface.lpVtbl = &iksbvt;
Mixed tabs and spaces :(
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->numIfaces = 0; dsb->device = device; dsb->IDirectSoundBuffer8_iface.lpVtbl = &dsbvt;dsb->refiks = 0;
- 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