Re: [PATCH] ranger: Some parameter formatting fixes

2025-06-04 Thread Andrew MacLeod
On 6/3/25 03:33, Jakub Jelinek wrote: Hi! When reading the code, I've noticed various function definitions with misaligned parameters, they should IMHO always align below the first character after opening ( and in most cases they do, but in some cases they were indented more or less. Perhaps th

[PATCH] ranger: Some parameter formatting fixes

2025-06-03 Thread Jakub Jelinek
Hi! When reading the code, I've noticed various function definitions with misaligned parameters, they should IMHO always align below the first character after opening ( and in most cases they do, but in some cases they were indented more or less. Perhaps the functions changed name or something.