Browse Source

Fix trailing whitespace

tags/v0.0.1
Thom Wiggers 5 years ago
parent
commit
157d7b7a78
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      test/test_api_h.py
  2. +1
    -1
      test/test_char.py
  3. +1
    -1
      test/test_compile_lib.py

+ 1
- 1
test/test_api_h.py View File

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




+ 1
- 1
test/test_char.py View File

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




+ 1
- 1
test/test_compile_lib.py View File

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




Loading…
Cancel
Save