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:
Andrew Eikum 2021-06-04 15:00:48 -05:00 committed by Alexandre Julliard
parent 616e2284e0
commit 08306780dd
1 changed files with 1 additions and 1 deletions

View File

@ -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