[SHLWAPI_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 17 Nov 2016 23:07:24 +0000 (23:07 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 17 Nov 2016 23:07:24 +0000 (23:07 +0000)
svn path=/trunk/; revision=73291

rostests/winetests/shlwapi/ordinal.c

index b7e6f60..c26a716 100755 (executable)
@@ -3243,10 +3243,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));