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()))
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"