Remove trailing whitespace
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
db80b2301c
commit
99030e2a50
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def looks_like_root(path: str) -> bool:
|
||||||
|
|
||||||
def crypto_core_directory(root: Optional[str] = None) -> str:
|
def crypto_core_directory(root: Optional[str] = None) -> str:
|
||||||
"""
|
"""
|
||||||
Return the path of the directory containing the PSA crypto core
|
Return the path of the directory containing the PSA crypto core
|
||||||
for either TF-PSA-Crypto or Mbed TLS.
|
for either TF-PSA-Crypto or Mbed TLS.
|
||||||
"""
|
"""
|
||||||
if root is None:
|
if root is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue