On Mon Sep 18 18:05:38 2023 +0000, Yuxuan Shui wrote:
changed this line in [version 5 of the diff](/wine/wine/-/merge_requests/3855/diffs?diff_id=70002&start_sha=8a4ff678e600331faed0417874cfdc2c3f6ee59c#72b0ca1e62b280db6ccf7d10b3be07261b9c9b7f_912_912)
I mean this part:
```c LONG WINAPI get_window_longA( HWND hwnd, INT offset ) #else LONG WINAPI DECLSPEC_HOTPATCH GetWindowLongA(HWND hwnd, INT offset) ```
It's not a big deal, but it would look better to either have a space before `HWND` and after `offset` in both places, or no space before `HWND` and after `offset` in both places.