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:
Nikolay Sivov 2016-08-10 13:19:02 +03:00 committed by Alexandre Julliard
parent 0b6e5fae74
commit 4d0a353bcc
1 changed files with 2 additions and 2 deletions

View File

@ -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);