svn commit: r348039 - head/tests/sys/opencrypto

Enji Cooper ngie at FreeBSD.org
Tue May 21 02:49:16 UTC 2019


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()))
 


More information about the svn-src-head mailing list