]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: auth-worker-client - Fix whitespace formatting
authorAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 29 May 2020 06:53:53 +0000 (09:53 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 26 Jun 2020 06:46:51 +0000 (06:46 +0000)
src/auth/auth-worker-client.c

index 801d0ab28db6b46679abd91d984ee0ab000ed24a..db63d4a979bfa564841cf006c5010c96c8fc0fdf 100644 (file)
@@ -28,7 +28,7 @@ struct auth_worker_client {
        struct connection conn;
        int refcount;
 
-        struct auth *auth;
+       struct auth *auth;
        struct event *event;
        time_t cmd_start;
 
@@ -227,7 +227,7 @@ auth_worker_handle_passv(struct auth_worker_command *cmd,
 {
        /* verify plaintext password */
        struct auth_request *auth_request;
-        struct auth_passdb *passdb;
+       struct auth_passdb *passdb;
        const char *password;
        unsigned int passdb_id;