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

wbemdisp/tests: Avoid "misleading indentation" warnings.

parent 0e655043
......@@ -443,7 +443,7 @@ static void test_namedvalueset(void)
V_I4(&var) = 20;
hr = ISWbemNamedValue_put_Value( value2, &var );
todo_wine
todo_wine
ok( hr == S_OK, "Unexpected hr %#x.\n", hr );
V_I4(&var) = 0;
......@@ -474,7 +474,7 @@ todo_wine {
ok( count == 1, "Unexpected count %d.\n", count );
}
hr = ISWbemNamedValueSet_DeleteAll( set );
todo_wine
todo_wine
ok( hr == S_OK, "Unexpected hr %#x.\n", hr );
count = 1;
......@@ -485,7 +485,7 @@ todo_wine {
}
V_I4(&var) = 20;
hr = ISWbemNamedValue_put_Value( value, &var );
todo_wine
todo_wine
ok( hr == S_OK, "Unexpected hr %#x.\n", hr );
count = 0;
......
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