On Tue Apr 4 13:19:38 2023 +0000, Rémi Bernon wrote:
Please keep space style consistent.
I'll admit sometimes it's challenging to guess what's the right style and the most important consistency level/scope, since many files (including this one) contain a mix of styles, even a few lines apart. In this particular case, I went with macro call (no spaces, like all other TRACE calls in the file) vs function call (mostly spaces) split, causing an inter-line inconsistency (which I guess what your comment is mainly about?). I am happy to use any preferred style, I just wish it was easier to guess what that style is.
So is the preferred way to use a with-spaces style for `TRACE()` (even though all other TRACE calls in the file use a no-space style)?