Re: [U-Boot] [PATCH v2 01/10] patman: Replace tabs with spaces

2016-10-05 Thread Simon Glass
On 27 September 2016 at 09:03, Paul Burton wrote: > In preparation for running on python 3.x, which will refuse to run > scripts which mix tabs & spaces for indentation, replace 2 tab > characters present in series.py with spaces. > > Signed-off-by: Paul Burton > Acked-by: Simon Glass > --- > >

[U-Boot] [PATCH v2 01/10] patman: Replace tabs with spaces

2016-09-27 Thread Paul Burton
In preparation for running on python 3.x, which will refuse to run scripts which mix tabs & spaces for indentation, replace 2 tab characters present in series.py with spaces. Signed-off-by: Paul Burton Acked-by: Simon Glass --- Changes in v2: None tools/patman/series.py | 4 ++-- 1 file chang