sync rostests to r44455
[reactos.git] / rostests / winetests / oleaut32 / safearray.c
index d539056..f7bd66f 100644 (file)
@@ -494,7 +494,7 @@ static void test_safearray(void)
             ok(hres == S_OK, "SAGVT of arra y with vt %d failed with %x\n", vttypes[i].vt, hres);
             /* Windows prior to Vista returns VT_UNKNOWN instead of VT_DISPATCH */
             ok(broken(vt == VT_UNKNOWN) || vt == vttypes[i].vt, "SAGVT of array with vt %d returned %d\n", vttypes[i].vt, vt);
-        }
+            }
 
                hres = SafeArrayCopy(a, &c);
                ok(hres == S_OK, "failed to copy safearray of vt %d with hres %x\n", vttypes[i].vt, hres);
@@ -509,7 +509,7 @@ static void test_safearray(void)
             ok(hres == S_OK, "SAGVT of array with vt %d failed with %x\n", vttypes[i].vt, hres);
             /* Windows prior to Vista returns VT_UNKNOWN instead of VT_DISPATCH */
             ok(broken(vt == VT_UNKNOWN) || vt == vttypes[i].vt, "SAGVT of array with vt %d returned %d\n", vttypes[i].vt, vt);
-        }
+            }
 
         if (pSafeArrayCopyData) {
             hres = pSafeArrayCopyData(a, c);