1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

Remove suprious whitespace

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney
2024-07-29 12:10:27 +01:00
parent 5e9ffa9096
commit b991ac2d90

View File

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