wined3d: Remove spaces before '\n' in Wine traces.
This commit is contained in:
parent
80ef97be1a
commit
e1797b530d
|
@ -5588,7 +5588,7 @@ static HRESULT WINAPI IWineD3DDeviceImpl_ValidateDevice(IWineD3DDevice *iface,
|
|||
const GlPixelFormatDesc *gl_info;
|
||||
DWORD i;
|
||||
|
||||
TRACE("(%p) : %p \n", This, pNumPasses);
|
||||
TRACE("(%p) : %p\n", This, pNumPasses);
|
||||
|
||||
for(i = 0; i < MAX_COMBINED_SAMPLERS; i++) {
|
||||
if(This->stateBlock->samplerState[i][WINED3DSAMP_MINFILTER] == WINED3DTEXF_NONE) {
|
||||
|
|
Loading…
Reference in New Issue