Fix trailing whitespace

Šī revīzija ir iekļauta:
Thom Wiggers 2019-04-17 11:10:49 +02:00
vecāks aea3377582
revīzija 157d7b7a78
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 001BB0A7CE26E363
3 mainīti faili ar 3 papildinājumiem un 3 dzēšanām

Parādīt failu

@ -8,7 +8,7 @@ import pqclean
def test_preprocessor():
for scheme in pqclean.Scheme.all_schemes():
for implementation in scheme.implementations:
if helpers.permit_test('preprocessor', implementation):
if helpers.permit_test('preprocessor', implementation):
yield check_preprocessor, implementation

Parādīt failu

@ -17,7 +17,7 @@ def test_char():
)
for scheme in pqclean.Scheme.all_schemes():
for implementation in scheme.implementations:
if helpers.permit_test('char', implementation):
if helpers.permit_test('char', implementation):
yield check_char, implementation

Parādīt failu

@ -10,7 +10,7 @@ import helpers
def test_compile_lib():
for scheme in pqclean.Scheme.all_schemes():
for implementation in scheme.implementations:
if helpers.permit_test('compile_lib', implementation):
if helpers.permit_test('compile_lib', implementation):
yield check_compile_lib, implementation