d3d10core: Fix a small whitespace error.

This commit is contained in:
Henri Verbeet 2009-10-29 18:56:24 +01:00 committed by Alexandre Julliard
parent 3333b12487
commit c214022eca
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ static void STDMETHODCALLTYPE d3d10_rendertarget_view_GetResource(ID3D10RenderTa
/* ID3D10RenderTargetView methods */
static void STDMETHODCALLTYPE d3d10_rendertarget_view_GetDesc(ID3D10RenderTargetView* iface,
static void STDMETHODCALLTYPE d3d10_rendertarget_view_GetDesc(ID3D10RenderTargetView *iface,
D3D10_RENDER_TARGET_VIEW_DESC *desc)
{
struct d3d10_rendertarget_view *This = (struct d3d10_rendertarget_view *)iface;