Gerald Pfeifer : oleaut32: Fix indentation in test_safearray.
Module: wine Branch: master Commit: a767c8399b6c5a254463d0c2036cc2174a767dba URL: http://source.winehq.org/git/wine.git/?a=commit;h=a767c8399b6c5a254463d0c203... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Thu Jun 25 12:22:43 2015 +0200 oleaut32: Fix indentation in test_safearray. --- dlls/oleaut32/tests/safearray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/tests/safearray.c b/dlls/oleaut32/tests/safearray.c index 2a62977..dd9329a 100644 --- a/dlls/oleaut32/tests/safearray.c +++ b/dlls/oleaut32/tests/safearray.c @@ -709,7 +709,7 @@ static void test_safearray(void) return; for (i=0;i<sizeof(vttypes)/sizeof(vttypes[0]);i++) { - a = NULL; + a = NULL; hres = pSafeArrayAllocDescriptorEx(vttypes[i].vt,1,&a); ok(hres == S_OK, "SafeArrayAllocDescriptorEx gave hres 0x%x\n", hres); ok(a->fFeatures == vttypes[i].expflags,"SAADE(%d) resulted with flags %x, expected %x\n", vttypes[i].vt, a->fFeatures, vttypes[i].expflags);
participants (1)
-
Alexandre Julliard