Commit 9f2fab6c authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

shlwapi/tests: Avoid "misleading indentation" warnings.

parent f94e3d18
......@@ -810,7 +810,7 @@ static void test_SHCreateMemStream(void)
ok(num == 0, "expected 0, got 0x%08x\n", num);
hr = IStream_Clone(stream, &stream2);
todo_wine
todo_wine
ok(hr == S_OK || broken(hr == E_NOTIMPL) /* < Win8 */, "Failed to clone a stream, hr %#x.\n", hr);
if (hr == S_OK)
IStream_Release(stream2);
......
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