Fabian Maurer : uxtheme/tests: Avoid "misleading indentation" warnings.

Alexandre Julliard julliard at winehq.org
Mon Jan 31 15:55:16 CST 2022


Module: wine
Branch: master
Commit: 0e655043a2439e93a424c65710cc0d9e4661d3d0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0e655043a2439e93a424c65710cc0d9e4661d3d0

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Sat Jan 29 00:36:58 2022 +0100

uxtheme/tests: Avoid "misleading indentation" warnings.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/uxtheme/tests/system.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c
index afc05b8549f..980676f9e57 100644
--- a/dlls/uxtheme/tests/system.c
+++ b/dlls/uxtheme/tests/system.c
@@ -885,11 +885,11 @@ static void test_buffered_paint(void)
 
     /* clearing */
     hr = pBufferedPaintClear(NULL, NULL);
-todo_wine
+    todo_wine
     ok(hr == E_FAIL, "Unexpected return code %#x\n", hr);
 
     hr = pBufferedPaintClear(buffer, NULL);
-todo_wine
+    todo_wine
     ok(hr == S_OK, "Unexpected return code %#x\n", hr);
 
     /* access buffer attributes */




More information about the wine-cvs mailing list