From 8e94ee7afcae1dfce17ef1b4aa070954b2fce0ad Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sat, 5 Jun 2021 03:37:00 +0000
Subject: build system: cfgtest_epilog(), cfgtest_prolog(): whitespace
 meditation.

---
 sofort/cfgtest/cfgtest.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 2d765be..478826e 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -76,7 +76,7 @@ cfgtest_native_section()
 
 cfgtest_prolog()
 {
-	cfgtest_line_dots='.......................'
+	cfgtest_line_dots='...........................'
 	cfgtest_line_dots="${cfgtest_line_dots}${cfgtest_line_dots}"
 	cfgtest_tool_desc=" == trying ${mb_cfgtest_cfgtype} ${1}: ${2}"
 	cfgtest_tool_dlen="${#cfgtest_line_dots}"
@@ -90,7 +90,7 @@ cfgtest_prolog()
 
 cfgtest_epilog()
 {
-	cfgtest_line_dots='.......................'
+	cfgtest_line_dots='...............'
 	cfgtest_tool_dlen="$((${#cfgtest_line_dots} - ${#2}))"
 
 	printf "%${cfgtest_tool_dlen}.${cfgtest_tool_dlen}s  %s.\n" \
-- 
cgit v1.2.3