uxtheme/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:58 +01:00 committed by Alexandre Julliard
parent c027874439
commit 0e655043a2
1 changed files with 2 additions and 2 deletions

View File

@ -885,11 +885,11 @@ static void test_buffered_paint(void)
/* clearing */
hr = pBufferedPaintClear(NULL, NULL);
todo_wine
todo_wine
ok(hr == E_FAIL, "Unexpected return code %#x\n", hr);
hr = pBufferedPaintClear(buffer, NULL);
todo_wine
todo_wine
ok(hr == S_OK, "Unexpected return code %#x\n", hr);
/* access buffer attributes */