[0.4.14][DBGHELP] Non-functional whitespace addendum in context of CORE-17073

I did not want to port back the fix further in unpolished form. (1st diff)
And found the whitespace to be offsync to older branches. (2nd diff)
This commit is contained in:
Joachim Henze 2022-10-08 23:08:04 +02:00
parent c1b15dbc86
commit 57efac32b1

View file

@ -242,7 +242,7 @@ BOOL WINAPI SymSetSearchPath(HANDLE hProcess, PCSTR searchPath)
}
ret = SymSetSearchPathW(hProcess, sp);
if (searchPath)
{
HeapFree(GetProcessHeap(), 0, sp);
@ -378,7 +378,7 @@ BOOL WINAPI SymInitializeW(HANDLE hProcess, PCWSTR UserSearchPath, BOOL fInvadeP
pcs->dbg_hdr_addr = 0;
pcs->next = process_first;
process_first = pcs;
#ifndef DBGHELP_STATIC_LIB
if (check_live_target(pcs))
{