]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm: Whitespace cleanup.
authorsergey.kitov <sergey.kitov@open-xchange.com>
Thu, 30 Dec 2021 13:48:51 +0000 (15:48 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 19 Jan 2022 11:06:38 +0000 (11:06 +0000)
src/doveadm/doveadm-proxy.c

index 04fde523aa750d58f96dec1bde45ed6aa58b114d..8e7e8841d474e18fbd3b697c747c9fd8be435fbb 100644 (file)
@@ -151,10 +151,10 @@ static void cmd_proxy_kick(struct doveadm_cmd_context *cctx)
 
        cmd = t_str_new(128);
        str_append(cmd, "proxy\t*\t");
-        if (ctx->kick_hosts != NULL) {
+       if (ctx->kick_hosts != NULL) {
                str_append(cmd, "KICK-HOST\t");
                str_append(cmd, ctx->kick_hosts);
-        }
+       }
        else if (ctx->username_field == NULL)
                str_append(cmd, "KICK");
        else {