> On 4 Aug 2026, at 00:45, Tristan Partin <[email protected]> wrote: > > clangd was warning on the indentation of the else-if statement with > a readability-misleading-indentation. I'll agree with clangd in this > instance. I had to stare at the block for a moment to understand what it > was doing. Figured I would throw the patch up in the event some > committer agreed.
That is indeed a much better way to format the conditional, will fix. -- Daniel Gustafsson
