ole32/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
0b6e5fae74
commit
4d0a353bcc
|
@ -2879,8 +2879,8 @@ static void test_CoGetMalloc(void)
|
|||
IMalloc *imalloc;
|
||||
HRESULT hr;
|
||||
|
||||
if (0) /* crashes on native */
|
||||
hr = CoGetMalloc(0, NULL);
|
||||
if (0) /* crashes on native */
|
||||
hr = CoGetMalloc(0, NULL);
|
||||
|
||||
imalloc = (void*)0xdeadbeef;
|
||||
hr = CoGetMalloc(0, &imalloc);
|
||||
|
|
Loading…
Reference in New Issue