10 Jan
2024
10 Jan
'24
8:04 p.m.
Alex Henrie (@alexhenrie) commented about dlls/ntdll/unix/virtual.c:
} #endif
- if ((offset.u.LowPart & mask) || (*addr_ptr && ((UINT_PTR)*addr_ptr & mask))) + if (!(alloc_type & MEM_REPLACE_PLACEHOLDER) &&
Please don't leave a space at the end of the line. Trailing whitespace causes warnings in Git. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4822#note_57074