On Tue Feb 6 03:06:47 2024 +0000, Kartavya Vashishtha wrote:
The [coding practices section of the Wiki](https://wiki.winehq.org/Wine_Developer%27s_Guide/Coding_Practice#Some_notes_...) doesn't seem to comment on variable ordering. Can you point me somewhere where I can read more about it?
Variable ordering is something that we only tend to care about in Direct3D and areas that use the same style.
That said I would avoid having a space between two blocks.