1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Remove trailing whitespace

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney
2023-11-14 18:05:19 +00:00
parent 0eb2dc11c4
commit 4291bc27b9
2 changed files with 3 additions and 3 deletions

View File

@ -183,10 +183,10 @@ def main() -> int:
library_dir = 'library' library_dir = 'library'
elif build_tree.looks_like_tf_psa_crypto_root(mbedtls_root): elif build_tree.looks_like_tf_psa_crypto_root(mbedtls_root):
library_dir = 'core' library_dir = 'core'
output_directory = args.output_directory if args.output_directory is not None else \ output_directory = args.output_directory if args.output_directory is not None else \
os.path.join(mbedtls_root, library_dir) os.path.join(mbedtls_root, library_dir)
template_directory = args.template_dir if args.template_dir is not None else \ template_directory = args.template_dir if args.template_dir is not None else \
os.path.join(mbedtls_root, os.path.join(mbedtls_root,
'scripts', 'scripts',

View File

@ -32,7 +32,7 @@ in_tf_psa_crypto_repo () {
if in_mbedtls_repo; then if in_mbedtls_repo; then
library_dir='library' library_dir='library'
elif in_tf_psa_crypto_repo; then elif in_tf_psa_crypto_repo; then
library_dir='core' library_dir='core'
else else
echo "Must be run from Mbed TLS root or TF-PSA-Crypto root" >&2 echo "Must be run from Mbed TLS root or TF-PSA-Crypto root" >&2