Commit c5c5da62 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

comdlg32/tests: Avoid "misleading indentation" warnings.

parent 8fae3288
......@@ -467,7 +467,7 @@ static UINT_PTR WINAPI resize_template_hook(HWND dlg, UINT msg, WPARAM wParam, L
break;
/* todo_wine: non moving non sizing controls */
case lst1:
todo_wine
todo_wine
ok( TESTRECTS( rc, ctrlrcs[i], 0, 0, 0, 0),
"control id %03x was moved/resized, before %s after %s\n",
ctrlids[i], wine_dbgstr_rect( &ctrlrcs[i] ),
......
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