shlwapi/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-12 03:31:20 +03:00 committed by Alexandre Julliard
parent 9df16935c8
commit e078c97d53
1 changed files with 2 additions and 2 deletions

View File

@ -3224,8 +3224,8 @@ static void test_IUnknown_GetClassID(void)
CLSID clsid, clsid2, clsid3;
HRESULT hr;
if (0) /* crashes on native systems */
hr = pIUnknown_GetClassID(NULL, NULL);
if (0) /* crashes on native systems */
hr = pIUnknown_GetClassID(NULL, NULL);
memset(&clsid, 0xcc, sizeof(clsid));
memset(&clsid3, 0xcc, sizeof(clsid3));