d3d9: Indentation fix

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


Changelog:
    d3d9: Indentation fix

diff --git a/dlls/d3d9/texture.c b/dlls/d3d9/texture.c
index a8a525a..11cf560 100644
--- a/dlls/d3d9/texture.c
+++ b/dlls/d3d9/texture.c
@@ -355,12 +355,12 @@ HRESULT  WINAPI  IDirect3DDevice9Impl_CreateTexture(LPDIRECT3DDEVICE9EX iface, U
         /* free up object */
         FIXME("(%p) call to IWineD3DDevice_CreateTexture failed\n", This);
         HeapFree(GetProcessHeap(), 0, object);
-   } else {
+    } else {
         IUnknown_AddRef(iface);
         object->parentDevice = iface;
         *ppTexture= (LPDIRECT3DTEXTURE9) object;
         TRACE("(%p) Created Texture %p, %p\n", This, object, object->wineD3DTexture);
-   }
+    }
 
-   return hrc;
+    return hrc;
 }



More information about the wine-patches mailing list