1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-03 21:18:17 +00:00

fix: remove trailing whitespaces sconscripts

This commit is contained in:
M1nd3r 2024-11-19 14:25:22 +01:00
parent 97d708a420
commit 9d8742a290
2 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ if FROZEN:
exclude_list = []
if 'sd_card' not in FEATURES_AVAILABLE:
exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py')
exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py')
if THP and PYOPT == '1':
exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py')
if not THP:

View File

@ -645,7 +645,7 @@ if FROZEN:
exclude_list = []
if 'sd_card' not in FEATURES_AVAILABLE:
exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py')
exclude_list.append(SOURCE_PY_DIR + 'storage/sd_salt.py')
if THP and PYOPT == '1':
exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py')
if not THP: