Commit 19c758dc authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

winhttp/tests: Avoid "misleading indentation" warnings.

parent c79cd999
......@@ -4816,7 +4816,7 @@ static void test_IWinHttpRequest_Invoke(void)
VariantInit(&arg[2]);
params.cArgs = 3;
hr = IWinHttpRequest_Invoke(request, DISPID_HTTPREQUEST_OPTION, &IID_NULL, 0, DISPATCH_PROPERTYPUT, &params, &ret, NULL, &err);
todo_wine
todo_wine
ok(hr == S_OK, "error %#x\n", hr);
VariantInit(&arg[0]);
......@@ -4861,7 +4861,7 @@ todo_wine
params.cArgs = 2;
hr = IWinHttpRequest_Invoke(request, DISPID_HTTPREQUEST_OPTION, &IID_NULL, 0, DISPATCH_PROPERTYGET, &params, NULL, NULL, NULL);
todo_wine
todo_wine
ok(hr == S_OK, "error %#x\n", hr);
params.cArgs = 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