Date: Tue, 21 May 2019 02:49:15 +0000 (UTC) From: Enji Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348039 - head/tests/sys/opencrypto Message-ID: <201905210249.x4L2nFKm053642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Tue May 21 02:49:15 2019 New Revision: 348039 URL: https://svnweb.freebsd.org/changeset/base/348039 Log: 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 Modified: head/tests/sys/opencrypto/cryptodev.py Modified: head/tests/sys/opencrypto/cryptodev.py ============================================================================== --- head/tests/sys/opencrypto/cryptodev.py Tue May 21 02:46:00 2019 (r348038) +++ head/tests/sys/opencrypto/cryptodev.py Tue May 21 02:49:15 2019 (r348039) @@ -524,7 +524,6 @@ class KATCCMParser: yield values - def _spdechex(s): return binascii.hexlify(''.join(s.split()))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905210249.x4L2nFKm053642>