]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-auth: Reformat auth-scram-client.h
authorStephan Bosch <stephan.bosch@open-xchange.com>
Sun, 5 Nov 2023 21:41:03 +0000 (22:41 +0100)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 17 Jan 2025 17:36:39 +0000 (18:36 +0100)
src/lib-auth/auth-scram-client.h

index 30954f0ef9719cbfdd941af1179b255281d6a728..75fc141ea2fefe4dcc477055b3a6cc56bbb332d7 100644 (file)
@@ -33,7 +33,6 @@ struct auth_scram_client {
        unsigned char *server_signature;
 };
 
-
 void auth_scram_client_init(struct auth_scram_client *client_r, pool_t pool,
                            const struct hash_method *hmethod,
                            const char *authid, const char *authzid,