]> git.sur5r.net Git - u-boot/commit
patman: Replace tabs with spaces
authorPaul Burton <paul.burton@imgtec.com>
Tue, 27 Sep 2016 15:03:49 +0000 (16:03 +0100)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commit12e5476df33a24ff781e6f78404792e4b8596c28
treeb6fa5dc2aee5289dccd2ead84c9662e145cf2ef9
parent3cb44ba80c0379eb7d0eadd1b9b58e66fe2da03e
patman: Replace tabs with spaces

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 <paul.burton@imgtec.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/patman/series.py