From b4f1ee0566b25178c965212f4b48882874815d46 Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Mon, 13 Nov 2023 09:50:58 +0000 Subject: [PATCH] Remove superfluous leading whitespace 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 9258ba7888..1969b39044 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -33,7 +33,7 @@ set -eu # Repository detection in_mbedtls_build_dir () { test -d library - } +} # Collect stats and build a HTML report. lcov_library_report () {