Fabian Maurer : winhttp/tests: Avoid "misleading indentation" warnings.

Alexandre Julliard julliard at winehq.org
Mon Jan 31 15:55:17 CST 2022


Module: wine
Branch: master
Commit: 19c758dc56d3171854111908aacb70afe78eeda1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=19c758dc56d3171854111908aacb70afe78eeda1

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Sat Jan 29 00:37:03 2022 +0100

winhttp/tests: Avoid "misleading indentation" warnings.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;




More information about the wine-cvs mailing list