From 0bb761cc2f6bb4ea6e2a03ac80cb81bfbddf15ac Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Tue, 14 Nov 2023 12:03:10 +0000 Subject: [PATCH] Remove further extraneous whitespace in lcov script Signed-off-by: Thomas Daubney --- scripts/lcov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lcov.sh b/scripts/lcov.sh index 1969b3904..0584a0aac 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -32,7 +32,7 @@ set -eu # Repository detection in_mbedtls_build_dir () { - test -d library + test -d library } # Collect stats and build a HTML report.