From: Stephan Bosch Date: Wed, 22 Mar 2023 23:58:36 +0000 (+0100) Subject: auth: Reformat mech-scram.c X-Git-Tag: 2.4.2~336 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=135974f9bceaefb354cc7a9b03975a91a28aa11b;p=thirdparty%2Fdovecot%2Fcore.git auth: Reformat mech-scram.c --- diff --git a/src/auth/mech-scram.c b/src/auth/mech-scram.c index dc737ea8c1..34e9283b68 100644 --- a/src/auth/mech-scram.c +++ b/src/auth/mech-scram.c @@ -44,8 +44,7 @@ credentials_callback(enum passdb_result result, key_data->stored_key, key_data->server_key, &error) < 0) { - e_info(auth_request->mech_event, - "%s", error); + e_info(auth_request->mech_event, "%s", error); auth_request_fail(auth_request); break; }