From 6953865e8dad98469ca01547a1987b8a076596e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B3zef=20Kucia?= Date: Tue, 5 Jun 2012 12:05:40 +0200 Subject: [PATCH] d3dx9/tests: Fix indentation. --- dlls/d3dx9_36/tests/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3dx9_36/tests/core.c b/dlls/d3dx9_36/tests/core.c index e6e641c54ff..b7965d4581c 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; -- 2.11.4.GIT