=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3dx9/tests: Fix indentation.

Alexandre Julliard julliard at winehq.org
Wed Jun 6 15:35:18 CDT 2012


Module: wine
Branch: master
Commit: 6953865e8dad98469ca01547a1987b8a076596e5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6953865e8dad98469ca01547a1987b8a076596e5

Author: Józef Kucia <joseph.kucia at gmail.com>
Date:   Tue Jun  5 12:05:40 2012 +0200

d3dx9/tests: Fix indentation.

---

 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;




More information about the wine-cvs mailing list