[PATCH 01/22] propsys/tests: Avoid "misleading indentation" warnings.

Fabian Maurer dark.shadow4 at web.de
Fri Jan 28 17:36:40 CST 2022


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

diff --git a/dlls/propsys/tests/propsys.c b/dlls/propsys/tests/propsys.c
index 6370c01dc80..792ef1dd785 100644
--- a/dlls/propsys/tests/propsys.c
+++ b/dlls/propsys/tests/propsys.c
@@ -840,7 +840,7 @@ static void test_PropVariantCompareEx(void)

     /* VT_R4/VT_R8 */
     res = PropVariantCompareEx(&r4_0, &r8_0, 0, 0);
-todo_wine
+    todo_wine
     ok(res == 0, "res=%i\n", res);

     res = PropVariantCompareEx(&r4_0, &r4_0, 0, 0);
@@ -2014,7 +2014,7 @@ static void test_PSCreatePropertyStoreFromObject(void)
     ok(hr == E_POINTER, "Unexpected hr %#x.\n", hr);

     hr = PSCreatePropertyStoreFromObject((IUnknown *)propstore, STGM_READWRITE, &IID_IUnknown, (void **)&unk);
-todo_wine
+    todo_wine
     ok(hr == S_OK, "Failed to create wrapper, hr %#x.\n", hr);
     if (SUCCEEDED(hr))
     {
--
2.35.0




More information about the wine-devel mailing list