mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +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:
@@ -47,7 +47,7 @@ START_TEST(ShellExecuteW)
|
||||
ret = (INT)(UINT_PTR)hInstance;
|
||||
ok(ret > 31, "TEST #1: ret:%d, LastError: %ld\n", ret, GetLastError());
|
||||
trace("TEST #1 ret: %d.\n", ret);
|
||||
if (hInstance)
|
||||
if (hInstance)
|
||||
{
|
||||
Sleep(WAIT_SLEEP);
|
||||
// Terminate Window
|
||||
@@ -73,7 +73,7 @@ START_TEST(ShellExecuteW)
|
||||
ret = (INT)(UINT_PTR)hInstance;
|
||||
ok(ret > 31, "TEST #3: ret:%d, LastError: %ld\n", ret, GetLastError());
|
||||
trace("TEST #3 ret: %d.\n", ret);
|
||||
if (hInstance)
|
||||
if (hInstance)
|
||||
{
|
||||
Sleep(WAIT_SLEEP);
|
||||
// Terminate Window
|
||||
|
||||
Reference in New Issue
Block a user