On 25.11.2025 21:12, Kevin Lampis wrote: >> Bogus indentation would also want adjusting while touching the line > > All this code is using hard tabs that's why it looks wrong. If I convert only > this single statement `if` to spaces then I get a `misleading-indentation` > error so I have to convert the `if` block after it to spaces too. > I hope that's ok.
Well, the request was to switch to a tab and a few spaces, so similar items on both lines align with one another. That's Linux'es style afaict, i.e. what surrounding code there uses. Jan
