ntoskrnl/tests: Avoid "misleading indentation" warnings.

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Fabian Maurer 2022-01-27 20:16:15 +01:00 committed by Alexandre Julliard
parent 0ea07db6ae
commit 56412c1145
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ static void test_mdl_map(void)
MmProbeAndLockPages(mdl, KernelMode, IoReadAccess);
addr = MmMapLockedPagesSpecifyCache(mdl, KernelMode, MmCached, NULL, FALSE, NormalPagePriority);
todo_wine
todo_wine
ok(addr != NULL, "MmMapLockedPagesSpecifyCache failed\n");
MmUnmapLockedPages(addr, mdl);