bcrypt/tests: Don't outdent todo_wine*.
This prevents -Wmisleading-indentation warnings (Mingw GCC11). Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ec49488778
commit
5cf4d0b6c9
|
@ -81,7 +81,7 @@ static void test_BCryptGetFipsAlgorithmMode(void)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
expected = FALSE;
|
expected = FALSE;
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(0, "Neither XP or Vista key is present\n");
|
ok(0, "Neither XP or Vista key is present\n");
|
||||||
}
|
}
|
||||||
RegCloseKey(hkey);
|
RegCloseKey(hkey);
|
||||||
|
|
Loading…
Reference in New Issue