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

Alexandre Julliard julliard at winehq.org
Fri Aug 12 10:00:59 CDT 2016


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Aug 12 03:31:20 2016 +0300

shlwapi/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/shlwapi/tests/ordinal.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shlwapi/tests/ordinal.c b/dlls/shlwapi/tests/ordinal.c
index 74cad7d..ad3048b 100644
--- a/dlls/shlwapi/tests/ordinal.c
+++ b/dlls/shlwapi/tests/ordinal.c
@@ -3224,8 +3224,8 @@ static void test_IUnknown_GetClassID(void)
     CLSID clsid, clsid2, clsid3;
     HRESULT hr;
 
-if (0) /* crashes on native systems */
-    hr = pIUnknown_GetClassID(NULL, NULL);
+    if (0) /* crashes on native systems */
+        hr = pIUnknown_GetClassID(NULL, NULL);
 
     memset(&clsid, 0xcc, sizeof(clsid));
     memset(&clsid3, 0xcc, sizeof(clsid3));




More information about the wine-cvs mailing list