Fix trailing whitespace

这个提交包含在:
Thom Wiggers 2019-04-17 11:10:49 +02:00
父节点 aea3377582
当前提交 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