Re: [PATCH v4 28/32] tests/vm: partially un-tabify help output

2025-01-08 Thread Thomas Huth
On 08/01/2025 13.10, Alex Bennée wrote: While the make syntax itself uses tabs having a mixture of tabs and spaces in the vm-help output make no sense and confuses things lining up between terminal and editor. Fix that. Signed-off-by: Alex Bennée --- tests/vm/Makefile.include | 26 +++

[PATCH v4 28/32] tests/vm: partially un-tabify help output

2025-01-08 Thread Alex Bennée
While the make syntax itself uses tabs having a mixture of tabs and spaces in the vm-help output make no sense and confuses things lining up between terminal and editor. Fix that. Signed-off-by: Alex Bennée --- tests/vm/Makefile.include | 26 +- 1 file changed, 13 inserti