mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
@@ -296,7 +296,7 @@ test_iconlocation(UINT i, TEST_SHELL_ICON* testDef)
|
||||
ok(iIcon == 0, "IShellLink::GetIconLocation(%d) returned %d, expected %d\n", i, iIcon, 0);
|
||||
|
||||
/* Try to grab the IExtractIconW interface */
|
||||
hr = psl->QueryInterface(IID_PPV_ARG(IExtractIconW, &pei));
|
||||
hr = psl->QueryInterface(IID_PPV_ARG(IExtractIconW, &pei));
|
||||
ok(hr == S_OK, "IShellLink::QueryInterface(IExtractIconW)(%d) failed, hr = 0x%lx\n", i, hr);
|
||||
if (!pei)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user