gdi32/tests: Small indentation fix.

Francois Gouget fgouget at free.fr
Mon Jun 15 03:53:05 CDT 2009


---
 dlls/gdi32/tests/clipping.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dlls/gdi32/tests/clipping.c b/dlls/gdi32/tests/clipping.c
index eff87c3..06cb22a 100644
--- a/dlls/gdi32/tests/clipping.c
+++ b/dlls/gdi32/tests/clipping.c
@@ -189,13 +189,13 @@ static void test_ExtCreateRegion(void)
     HRGN hrgn;
     XFORM xform;
 
-if (0) /* crashes under Win9x */
-{
-    SetLastError(0xdeadbeef);
-    hrgn = ExtCreateRegion(NULL, 0, NULL);
-    ok(!hrgn, "ExtCreateRegion should fail\n");
-    ok(GetLastError() == ERROR_INVALID_PARAMETER, "ERROR_INVALID_PARAMETER, got %u\n", GetLastError());
-}
+    if (0) /* crashes under Win9x */
+    {
+        SetLastError(0xdeadbeef);
+        hrgn = ExtCreateRegion(NULL, 0, NULL);
+        ok(!hrgn, "ExtCreateRegion should fail\n");
+        ok(GetLastError() == ERROR_INVALID_PARAMETER, "ERROR_INVALID_PARAMETER, got %u\n", GetLastError());
+    }
 
     rgn.data.rdh.dwSize = 0;
     rgn.data.rdh.iType = 0;
-- 
1.6.3.1




More information about the wine-patches mailing list