Eric Pouech : bcrypt/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: 5cf4d0b6c9f2fc2578e28434af515dfecc4f5c50
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5cf4d0b6c9f2fc2578e28434af515dfecc4f5c50

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

bcrypt/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/bcrypt/tests/bcrypt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/bcrypt/tests/bcrypt.c b/dlls/bcrypt/tests/bcrypt.c
index 46793018742..e7619897cfd 100644
--- a/dlls/bcrypt/tests/bcrypt.c
+++ b/dlls/bcrypt/tests/bcrypt.c
@@ -81,7 +81,7 @@ static void test_BCryptGetFipsAlgorithmMode(void)
     else
     {
         expected = FALSE;
-todo_wine
+        todo_wine
         ok(0, "Neither XP or Vista key is present\n");
     }
     RegCloseKey(hkey);




More information about the wine-cvs mailing list