[2/7] d3dx9/tests: Fix indentation.

Józef Kucia joseph.kucia at gmail.com
Tue Jun 5 05:05:40 CDT 2012


---
 dlls/d3dx9_36/tests/core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3dx9_36/tests/core.c b/dlls/d3dx9_36/tests/core.c
index e6e641c..b7965d4 100644
--- a/dlls/d3dx9_36/tests/core.c
+++ b/dlls/d3dx9_36/tests/core.c
@@ -460,7 +460,7 @@ START_TEST(core)
         skip("Couldn't create application window\n");
         return;
     }
-   if (!d3d) {
+    if (!d3d) {
         skip("Couldn't create IDirect3D9 object\n");
         DestroyWindow(wnd);
         return;
-- 
1.7.8.6




More information about the wine-patches mailing list