12 Jul
2022
12 Jul
'22
3:02 a.m.
On Mon Jul 11 15:14:45 2022 +0000, Jinoh Kang wrote:
Per Wine code style, you should omit the second space in `&io ) )`. ```suggestion:-0+0 return set_ntstatus( NtCancelSynchronousIoFile( thread, NULL, &io )); ``` the file has a mix of styles. it does look from a skim like most are without the space, but i think i copied from CancelIo and CancelIoEx right above it, and they both have the space. never quite sure what to do in those cases, but i can remove it
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/47#note_3917