Commit 27f91d71 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

shell32/tests: Fix indentation warnings on GCC 6.

parent bbb16024
......@@ -423,7 +423,7 @@ static void test_GetCurrentProcessExplicitAppUserModelID(void)
return;
}
if (0) /* crashes on native */
if (0) /* crashes on native */
hr = pGetCurrentProcessExplicitAppUserModelID(NULL);
appid = (void*)0xdeadbeef;
......
......@@ -728,9 +728,9 @@ todo_wine
hr = IWebBrowser2_get_Document(wb, &doc);
todo_wine
ok(hr == S_OK, "got 0x%08x\n", hr);
if (hr == S_OK)
if (hr == S_OK) {
test_dispatch_typeinfo(doc, viewdual_riids);
}
IWebBrowser2_Release(wb);
/* IServiceProvider */
......
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