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:
parent
c027874439
commit
0e655043a2
|
@ -885,11 +885,11 @@ static void test_buffered_paint(void)
|
||||||
|
|
||||||
/* clearing */
|
/* clearing */
|
||||||
hr = pBufferedPaintClear(NULL, NULL);
|
hr = pBufferedPaintClear(NULL, NULL);
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(hr == E_FAIL, "Unexpected return code %#x\n", hr);
|
ok(hr == E_FAIL, "Unexpected return code %#x\n", hr);
|
||||||
|
|
||||||
hr = pBufferedPaintClear(buffer, NULL);
|
hr = pBufferedPaintClear(buffer, NULL);
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(hr == S_OK, "Unexpected return code %#x\n", hr);
|
ok(hr == S_OK, "Unexpected return code %#x\n", hr);
|
||||||
|
|
||||||
/* access buffer attributes */
|
/* access buffer attributes */
|
||||||
|
|
Loading…
Reference in New Issue