[PATCH] ole32/tests: Fix indentation warning on GCC 6

Nikolay Sivov nsivov at codeweavers.com
Wed Aug 10 05:19:02 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/ole32/tests/compobj.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/tests/compobj.c b/dlls/ole32/tests/compobj.c
index 3b523d1..b8bdaff 100644
--- a/dlls/ole32/tests/compobj.c
+++ b/dlls/ole32/tests/compobj.c
@@ -2879,8 +2879,8 @@ static void test_CoGetMalloc(void)
     IMalloc *imalloc;
     HRESULT hr;
 
-if (0) /* crashes on native */
-    hr = CoGetMalloc(0, NULL);
+    if (0) /* crashes on native */
+        hr = CoGetMalloc(0, NULL);
 
     imalloc = (void*)0xdeadbeef;
     hr = CoGetMalloc(0, &imalloc);
-- 
2.8.1




More information about the wine-patches mailing list