From bc09f921f0a8d28f2ff19df8c359f5be71c064f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 24 Mar 2020 11:53:50 +0100 Subject: [PATCH] fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- include/tests_authentication | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_authentication b/include/tests_authentication index c3c072f5..ce821fba 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -410,7 +410,7 @@ PASSWORD_MINIMUM_ROUNDS=${FIND} Display --indent 2 --text "- Group password hashing rounds (minimum)" --result "${STATUS_SUGGESTION}" --color YELLOW AddHP 1 2 - else + else LogText "Result: number of encryption algorithm rounds is ${FIND}" PASSWORD_MINIMUM_ROUNDS=${FIND} Display --indent 2 --text "- Group password hashing rounds (minimum)" --result CONFIGURED --color GREEN