]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-auth: auth-scram-client - Fix whitespace issue
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 26 Oct 2023 14:56:08 +0000 (16:56 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 17 Nov 2023 10:49:10 +0000 (10:49 +0000)
src/lib-auth/auth-scram-client.c

index 4f121388a2f723ec39c63e3db2bfea2cb6471350..010954877e7fb124e7e056daafb765b59882eb32 100644 (file)
@@ -396,7 +396,7 @@ auth_scram_parse_server_final(struct auth_scram_client *client,
 
        bool equal = (strcmp(verifier, str_c(str)) == 0);
        str_clear_safe(str);
-       
+
        if (!equal) {
                *error_r = "Incorrect verifier field in final server message";
                return -1;