shlwapi/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-29 00:36:50 +01:00 committed by Alexandre Julliard
parent f94e3d183c
commit 9f2fab6cd6
1 changed files with 1 additions and 1 deletions

View File

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