Commit e1797b53 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 80ef97be
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment