advapi32/tests: Avoid gcc 11 misleading-indentation warning.
dlls/advapi32/tests/cred.c:809:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] include/wine/test.h:116:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
616e2284e0
commit
08306780dd
|
@ -809,7 +809,7 @@ START_TEST(cred)
|
|||
else
|
||||
test_generic();
|
||||
|
||||
trace("domain password:\n");
|
||||
trace("domain password:\n");
|
||||
if (persists[CRED_TYPE_DOMAIN_PASSWORD] == CRED_PERSIST_NONE)
|
||||
skip("CRED_TYPE_DOMAIN_PASSWORD credentials are not supported or are disabled. Skipping\n");
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue