avast / retdec-regression-tests

A collection of regression tests for RetDec and associated tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify indentation in test.py files (tabs vs spaces)

s3rvac opened this issue · comments

Some of the test.py files in this repository use spaces for indentation while some of them use tabs. We should unify this. I suggest using 4 spaces as spaces are the preferred indentation method in Python.