Jinoh Kang (@iamahuman) commented about dlls/ntoskrnl.exe/sync.c:
KEVENT *event; NTSTATUS ret;
- TRACE( "(%p %p)\n", name, ret_handle );
- TRACE( "(%s %p)\n", debugstr_us(name), ret_handle );
You should put this change (along with the `NtClose` parameter spacing change) in a separate commit.
It should help the diff algorithm as well.