From b991ac2d9078ee82206bd4fb115f1dd26fdbad4b Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Mon, 29 Jul 2024 12:10:27 +0100 Subject: [PATCH] Remove suprious whitespace Signed-off-by: Thomas Daubney --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index c17d627b54..a68c778ab4 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -124,7 +124,7 @@ in_mbedtls_repo () { exit 1 fi grep -Fxq "Mbed TLS" "$PROJECT_NAME_FILE" - } +} in_tf_psa_crypto_repo () { if [ ! -f $PROJECT_NAME_FILE ]; then