d3d8: Indentation fix

Andrew Talbot andrew.talbot at talbotville.com
Sat May 24 10:36:53 CDT 2008


Changelog:
    d3d8: Indentation fix

diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c
index cf864cc..7902eb3 100644
--- a/dlls/d3d8/device.c
+++ b/dlls/d3d8/device.c
@@ -468,14 +468,14 @@ static HRESULT WINAPI IDirect3DDevice8Impl_CreateTexture(LPDIRECT3DDEVICE8 iface
         FIXME("(%p) call to IWineD3DDevice_CreateTexture failed\n", This);
         HeapFree(GetProcessHeap(), 0, object);
 /*      *ppTexture = NULL; */
-   } else {
+    } else {
         IUnknown_AddRef(iface);
         object->parentDevice = iface;
         *ppTexture = (LPDIRECT3DTEXTURE8) object;
         TRACE("(%p) Created Texture %p, %p\n",This,object,object->wineD3DTexture);
-   }
+    }
 
-   return hrc;
+    return hrc;
 }
 
 static HRESULT WINAPI IDirect3DDevice8Impl_CreateVolumeTexture(LPDIRECT3DDEVICE8 iface, 



More information about the wine-patches mailing list