Fix trailing whitespace

このコミットが含まれているのは:
Thom Wiggers 2019-04-17 11:10:49 +02:00
コミット 157d7b7a78
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 001BB0A7CE26E363
3個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -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

ファイルの表示

@ -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

ファイルの表示

@ -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