Ver a proveniência

Fix trailing whitespace

tags/v0.0.1
Thom Wiggers há 5 anos
ascendente
cometimento
157d7b7a78
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 1BB0A7CE26E363
3 ficheiros alterados com 3 adições e 3 eliminações
  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 Ver ficheiro

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

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

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




Carregando…
Cancelar
Guardar