From 57efac32b102eace2f0ec71f7fc7f396baf40e7a Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Sat, 8 Oct 2022 23:08:04 +0200 Subject: [PATCH] [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) --- dll/win32/dbghelp/dbghelp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/win32/dbghelp/dbghelp.c b/dll/win32/dbghelp/dbghelp.c index d26faa10c72..17704c4db96 100644 --- a/dll/win32/dbghelp/dbghelp.c +++ b/dll/win32/dbghelp/dbghelp.c @@ -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)) {