Commit 476cb96b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ddraw: Remove trailing spaces in Wine traces.

parent 5f34a493
......@@ -303,7 +303,7 @@ IDirect3DTextureImpl_Load(IDirect3DTexture2 *iface,
HRESULT ret_value = D3D_OK;
if(src_ptr == This)
{
TRACE(" copying surface %p to surface %p, why? \n", src_ptr, This);
TRACE("copying surface %p to surface %p, why?\n", src_ptr, This);
return ret_value;
}
......
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