mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -75,7 +75,7 @@ TestShellExecuteEx(const WCHAR* Name, BOOL ExpectedResult)
|
|||
ShellExecInfo.lpDirectory = NULL;
|
||||
Result = ShellExecuteExW(&ShellExecInfo);
|
||||
ok(Result == ExpectedResult, "ShellExecuteEx lpFile %s failed. Error: %lu\n", wine_dbgstr_w(Name), GetLastError());
|
||||
if (ShellExecInfo.hProcess)
|
||||
if (ShellExecInfo.hProcess)
|
||||
{
|
||||
Result = TerminateProcess(ShellExecInfo.hProcess, 0);
|
||||
if (!Result) trace("Terminate process failed. Error: %lu\n", GetLastError());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue