Nikolay Sivov : ole32/tests: Fix indentation warning on GCC 6.

Alexandre Julliard julliard at winehq.org
Wed Aug 10 11:05:57 CDT 2016


Module: wine
Branch: master
Commit: 4d0a353bccc9a750502a6de8312e94589d9d0432
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4d0a353bccc9a750502a6de8312e94589d9d0432

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Aug 10 13:19:02 2016 +0300

ole32/tests: Fix indentation warning on GCC 6.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list