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
This commit is contained in:
Enji Cooper 2019-05-21 02:49:15 +00:00
parent a60d9a9892
commit f6d7fcda27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348039

View file

@ -524,7 +524,6 @@ def __next__(self):
yield values
def _spdechex(s):
return binascii.hexlify(''.join(s.split()))