Re: [PATCH v2 4/5] clang-format: Fix empty curly braces

From: Miguel Ojeda
Date: Fri May 20 2022 - 14:57:26 EST


On Fri, May 20, 2022 at 8:00 PM Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> As you wish.
>
> I think it's more that there's no "one true style" issue than anything.

Indeed, there are many instances of both. Not sure which one we should pick.

Maybe everything in a line is less annoying in more cases for people
that want to automate formatting (and `clang-format` will wrap it if
it goes over the column limit anyway, and then it will split it in
several lines, so it is OK).

Cheers,
Miguel