[PATCH 06/12] dlls/bcrypt/tests: don't outdent todo_wine*

Eric Pouech eric.pouech at gmail.com
Mon Feb 21 01:07:51 CST 2022


This prevents -Wmisleading-indentation warnings (Mingw GCC11)

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>

---
 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-devel mailing list