[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.

Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
Hermès Bélusca-Maïto
2021-09-13 03:33:14 +02:00
parent bbabe2489e
commit 9393fc320e
701 changed files with 14685 additions and 14693 deletions

View File

@@ -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