Eric Pouech : user32/tests: Don't outdent todo_wine*.

Alexandre Julliard julliard at winehq.org
Mon Feb 21 16:15:13 CST 2022


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

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Mon Feb 21 08:08:20 2022 +0100

user32/tests: Don't outdent todo_wine*.

This prevents -Wmisleading-indentation warnings (Mingw GCC11).

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/user32/tests/scroll.c b/dlls/user32/tests/scroll.c
index 57bf759879c..40eb13943fc 100644
--- a/dlls/user32/tests/scroll.c
+++ b/dlls/user32/tests/scroll.c
@@ -358,7 +358,7 @@ static void scrollbar_test_default( DWORD style)
     if( !(style & WS_VSCROLL))
     {
         if (bThemeActive || style != WS_HSCROLL)
-todo_wine
+            todo_wine
             ok( (winstyle & (WS_HSCROLL|WS_VSCROLL)) == ( style | WS_VSCROLL),
                 "unexpected style change %08x/%08x\n", winstyle, style);
         else
@@ -394,7 +394,7 @@ todo_wine
     if( !(style & WS_HSCROLL))
     {
         if (bThemeActive || style != WS_VSCROLL)
-todo_wine
+            todo_wine
             ok( (winstyle & (WS_HSCROLL|WS_VSCROLL)) == ( style | WS_HSCROLL),
                 "unexpected style change %08x/%08x\n", winstyle, style);
         else




More information about the wine-cvs mailing list