Commit 56412c11 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

ntoskrnl/tests: Avoid "misleading indentation" warnings.

parent 0ea07db6
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment