Commit 0e655043 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

uxtheme/tests: Avoid "misleading indentation" warnings.

parent c0278744
......@@ -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 */
......
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