Remove superfluous leading whitespace

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/scripts/lcov.sh b/scripts/lcov.sh
index 9258ba7..1969b39 100755
--- a/scripts/lcov.sh
+++ b/scripts/lcov.sh
@@ -33,7 +33,7 @@
 # Repository detection
 in_mbedtls_build_dir () {
      test -d library
- }
+}
 
 # Collect stats and build a HTML report.
 lcov_library_report () {