Remove trailing whitespace
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
0eb2dc11c4
commit
4291bc27b9
2 changed files with 3 additions and 3 deletions
|
@ -183,10 +183,10 @@ def main() -> int:
|
|||
library_dir = 'library'
|
||||
elif build_tree.looks_like_tf_psa_crypto_root(mbedtls_root):
|
||||
library_dir = 'core'
|
||||
|
||||
|
||||
output_directory = args.output_directory if args.output_directory is not None else \
|
||||
os.path.join(mbedtls_root, library_dir)
|
||||
|
||||
|
||||
template_directory = args.template_dir if args.template_dir is not None else \
|
||||
os.path.join(mbedtls_root,
|
||||
'scripts',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue