Re: [PATCH 2/2] scripts/gdb: fixup some pep8 errors in proc.py

2016-10-18 Thread Peter Griffin
Hi Kieran, On Tue, 18 Oct 2016, Kieran Bingham wrote: > Hi Pete, > > On 18/10/16 16:07, Peter Griffin wrote: > > proc.py:22:1: E302 expected 2 blank lines, found 1 > > proc.py:200:1: E302 expected 2 blank lines, found 1 > > > > Signed-off-by: Peter Griffin > > --- > > scripts/gdb/linux/proc.p

Re: [PATCH 2/2] scripts/gdb: fixup some pep8 errors in proc.py

2016-10-18 Thread Kieran Bingham
Hi Pete, On 18/10/16 16:07, Peter Griffin wrote: > proc.py:22:1: E302 expected 2 blank lines, found 1 > proc.py:200:1: E302 expected 2 blank lines, found 1 > > Signed-off-by: Peter Griffin > --- > scripts/gdb/linux/proc.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/scripts/gdb/