Re: [PATCH 1/2] scripts/gdb: Correct indentation in get_current_task

2023-02-14 Thread Jan Kiszka
On 15.02.23 00:35, Glenn Washburn wrote: > There is an extra space in a couple blocks in get_current_task. > Though python does not care, let's make the spacing consistent. > > Signed-off-by: Glenn Washburn > --- > scripts/gdb/linux/cpus.py | 18 +- > 1 file changed, 9 insertions

[PATCH 1/2] scripts/gdb: Correct indentation in get_current_task

2023-02-14 Thread Glenn Washburn
There is an extra space in a couple blocks in get_current_task. Though python does not care, let's make the spacing consistent. Signed-off-by: Glenn Washburn --- scripts/gdb/linux/cpus.py | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/gdb/linux/cpu