Commit e078c97d authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

shlwapi/tests: Fix indentation warning on GCC 6.

parent 9df16935
...@@ -3224,7 +3224,7 @@ static void test_IUnknown_GetClassID(void) ...@@ -3224,7 +3224,7 @@ static void test_IUnknown_GetClassID(void)
CLSID clsid, clsid2, clsid3; CLSID clsid, clsid2, clsid3;
HRESULT hr; HRESULT hr;
if (0) /* crashes on native systems */ if (0) /* crashes on native systems */
hr = pIUnknown_GetClassID(NULL, NULL); hr = pIUnknown_GetClassID(NULL, NULL);
memset(&clsid, 0xcc, sizeof(clsid)); memset(&clsid, 0xcc, sizeof(clsid));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment