[PATCH 19/22] winhttp/tests: Avoid "misleading indentation" warnings.

Fabian Maurer dark.shadow4 at web.de
Fri Jan 28 17:37:03 CST 2022


Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
---
 dlls/winhttp/tests/winhttp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c
index 7e46a43aa05..053f8315fec 100644
--- a/dlls/winhttp/tests/winhttp.c
+++ b/dlls/winhttp/tests/winhttp.c
@@ -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;
--
2.35.0




More information about the wine-devel mailing list