autotest: fix usage of tabs instead of space

Python 3 is stricter with regard to using tabs instead of space (PEP8):
	Spaces are the preferred indentation method.

	Tabs should be used solely to remain consistent with code that
	is already indented with tabs.

	Python 3 disallows mixing the use of tabs and spaces for
	indentation.

	Python 2 code indented with a mixture of tabs and spaces should
	be converted to using spaces exclusively.
This commit is contained in:
Lucas De Marchi 2015-05-13 01:55:23 -03:00 committed by Randy Mackay
parent c89530a97c
commit 35b550f03d