mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +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:
@@ -198,7 +198,7 @@ VOID TestInitialize(_In_ IShellFolder *psf)
|
||||
ok(hr == E_INVALIDARG, "hr = %lx\n", hr);
|
||||
|
||||
//crashes in xp, works on win10
|
||||
//hr = ppf2->Initialize(NULL);
|
||||
//hr = ppf2->Initialize(NULL);
|
||||
//ok(hr == S_OK, "hr = %lx\n", hr);
|
||||
//hr = ppf2->Initialize((LPCITEMIDLIST)0xdeaddead);
|
||||
//ok(hr == S_OK, "hr = %lx\n", hr);
|
||||
|
||||
Reference in New Issue
Block a user