Remove spurious newline
authorEnji Cooper <ngie@FreeBSD.org>
Tue, 21 May 2019 02:49:15 +0000 (02:49 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Tue, 21 May 2019 02:49:15 +0000 (02:49 +0000)
commitf6d7fcda2762f9593dfd2f8547a98fe696808a1d
tree79e281cb08beeacafbcf3c3db5c09631139f6fae
parenta60d9a98927226deb5b7a716892db27dfa3181da
Remove spurious newline

Even though some python styles suggest there should be multiple newlines between
methods/classes, for consistency with the surrounding code, it's best to be
consistent by having merely one newline between each functional block.

MFC after: 1 week
tests/sys/opencrypto/cryptodev.py