On 29/11/2021 06:06, Mark Greer wrote: > The Python PEP 8 style guide prefers spaces over tabs so replace all > tabs in the SE Python test scripts with spaces. See: > > https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces > > Signed-off-by: Mark Greer > --- > se/test/test-channel | 84 ++++++++++---------- > se/test/test-seel | 178 +++++++++++++++++++++---------------------- > 2 files changed, 131 insertions(+), 131 deletions(-) > The same as in patch #1 - since you are touching all the lines and changing indentation, no point in having two steps fixing indentation, so make it 4-spaces. Best regards, Krzysztof