Commit 6cb395f2 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

dbgeng/tests: Avoid "misleading indentation" warnings.

parent 281836d5
......@@ -303,7 +303,7 @@ static void test_attach(void)
ok(hr == S_OK, "Failed to detach, hr %#x.\n", hr);
hr = client->lpVtbl->EndSession(client, DEBUG_END_ACTIVE_DETACH);
todo_wine
todo_wine
ok(hr == S_OK, "Failed to end session, hr %#x.\n", hr);
SetEvent(event);
......
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