]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: Indent test-fit.py to match the next patch
authorSimon Glass <sjg@chromium.org>
Sat, 5 Aug 2017 16:28:39 +0000 (10:28 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 13 Aug 2017 19:17:36 +0000 (15:17 -0400)
commitbde671237f476f2a4cc325c664a2bb2fc7c1fa6d
treef4c5db4e7701865d12a04fcee1a08a7d797fe41a
parent0459bc30b601434abc27b75e7319ac790e6d5c80
test: Indent test-fit.py to match the next patch

We plan to rewrite this script to use the pytest framework. To make it
easier to review the changes, indent the code to match the next patch.
This gets all of the whitespace changes out of the way.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/image/test-fit.py