commit | a5edb44f24ba37f2cbbb9abbd9884a0894915ae0 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Tue Sep 27 16:03:49 2016 +0100 |
committer | sjg <sjg@chromium.org> | Sun Oct 09 09:30:32 2016 -0600 |
tree | b6fa5dc2aee5289dccd2ead84c9662e145cf2ef9 | |
parent | 0c1ee6c516c32165916f2f04c29cb9fc58e87155 [diff] |
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>