]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tests/sys/opencrypto: fix whitespace per PEP8
authorngie <ngie@FreeBSD.org>
Sat, 20 Apr 2019 15:43:28 +0000 (15:43 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 20 Apr 2019 15:43:28 +0000 (15:43 +0000)
commitfbb8c980ef1b1483fbe2804846e54e7a6fafe0b7
treec990974c2f19b4eef42e3b6f02bbaa6cc5c6adaf
parentfdcd6f167321861f49d586e966c6dd2728f82184
tests/sys/opencrypto: fix whitespace per PEP8

Replace hard tabs with four-character indentations, per PEP8.

This is being done to separate stylistic changes from the tests from functional
ones, as I accidentally introduced a bug to the tests when I used four-space
indentation locally.

No functional change.

MFC after: 2 months
Approved by: emaste (mentor: implicit blanket approval for trivial fixes)
tests/sys/opencrypto/cryptodev.py
tests/sys/opencrypto/cryptotest.py