mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
fix: remove trailing whitespaces sconscripts
This commit is contained in:
parent
0237d53242
commit
524950abd5
@ -570,7 +570,7 @@ if FROZEN:
|
|||||||
|
|
||||||
exclude_list = []
|
exclude_list = []
|
||||||
if 'sd_card' not in FEATURES_AVAILABLE:
|
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':
|
if THP and PYOPT == '1':
|
||||||
exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py')
|
exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py')
|
||||||
if not THP:
|
if not THP:
|
||||||
|
@ -639,7 +639,7 @@ if FROZEN:
|
|||||||
|
|
||||||
exclude_list = []
|
exclude_list = []
|
||||||
if 'sd_card' not in FEATURES_AVAILABLE:
|
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':
|
if THP and PYOPT == '1':
|
||||||
exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py')
|
exclude_list.append(SOURCE_PY_DIR + 'storage/cache_codec.py')
|
||||||
if not THP:
|
if not THP:
|
||||||
|
Loading…
Reference in New Issue
Block a user