oleaut32/tests: Fix indentation warning on GCC 6.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fa846bdb27
commit
00c591a947
|
@ -708,7 +708,7 @@ static void test_safearray(void)
|
|||
if (!pSafeArrayAllocDescriptorEx)
|
||||
return;
|
||||
|
||||
for (i=0;i<sizeof(vttypes)/sizeof(vttypes[0]);i++) {
|
||||
for (i = 0; i < sizeof(vttypes)/sizeof(vttypes[0]); i++) {
|
||||
a = NULL;
|
||||
hres = pSafeArrayAllocDescriptorEx(vttypes[i].vt,1,&a);
|
||||
ok(hres == S_OK, "SafeArrayAllocDescriptorEx gave hres 0x%x\n", hres);
|
||||
|
|
Loading…
Reference in New Issue