From 9d8742a290c53d0aa02bbc85f9e27669ddf1c9d9 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 19 Nov 2024 14:25:22 +0100 Subject: [PATCH] fix: remove trailing whitespaces sconscripts --- core/SConscript.firmware | 2 +- core/SConscript.unix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/SConscript.firmware b/core/SConscript.firmware index 74d2fc40ee..28d54baea3 100644 --- a/core/SConscript.firmware +++ b/core/SConscript.firmware @@ -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: diff --git a/core/SConscript.unix b/core/SConscript.unix index 5c1f11ea44..8a04c2217e 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -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: