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.