Re: [PATCH v2 4/6] se: Use spaces only for SE Python test scripts
Krzysztof Kozlowski <[email protected]>
| Newsgroups | dev.linux.lists.oe-linux-nfc,org.01.lists.linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > 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