wined3d: Remove spaces before '\n' in Wine traces.

This commit is contained in:
Francois Gouget 2008-09-05 13:14:47 +02:00 committed by Alexandre Julliard
parent 80ef97be1a
commit e1797b530d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {