From 60ed00114014baae30431c21a5c2275e410586b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Tue, 15 Dec 2020 23:14:03 +0100 Subject: 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(-) (limited to 'include/tests_authentication') diff --git a/include/tests_authentication b/include/tests_authentication index f403f14b..df15b0ef 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -368,7 +368,7 @@ if [ ${SHA_CRYPT_MIN_ROUNDS_FIND} -lt ${SHA_CRYPT_MAX_ROUNDS_FIND} ]; then SHA_CRYPT_ROUNDS=${SHA_CRYPT_MIN_ROUNDS_FIND} else - SHA_CRYPT_ROUNDS=${SHA_CRYPT_MAX_ROUNDS_FIND} + SHA_CRYPT_ROUNDS=${SHA_CRYPT_MAX_ROUNDS_FIND} fi elif [ -z "${SHA_CRYPT_MIN_ROUNDS_FIND}" -a -n "${SHA_CRYPT_MAX_ROUNDS_FIND}" ]; then SHA_CRYPT_ROUNDS=${SHA_CRYPT_MAX_ROUNDS_FIND} -- cgit v1.2.3