mlang/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:06 +01:00 committed by Alexandre Julliard
parent b6a93c9676
commit 9178825fc9

View file

@ -2256,7 +2256,7 @@ static void test_IMLangConvertCharset(IMultiLanguage *ml)
HRESULT hr;
hr = IMultiLanguage_CreateConvertCharset(ml, CP_ACP, CP_UTF8, 0, &convert);
todo_wine
todo_wine
ok(hr == S_FALSE, "expected S_FALSE got 0x%08x\n", hr);
hr = IMLangConvertCharset_GetSourceCodePage(convert, NULL);