]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm-mail-mailbox-cache: Replace indentation spaces with tab
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Tue, 3 May 2022 14:23:51 +0000 (16:23 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 10 May 2022 11:11:29 +0000 (11:11 +0000)
src/doveadm/doveadm-mail-mailbox-cache.c

index bba4c8c47ddede7142a92208f7fcf74b5b6f5446..cb060654d8fabb843bfd894b696f62cd819dc966 100644 (file)
@@ -265,8 +265,8 @@ static int cmd_mailbox_cache_remove_box(struct mailbox_cache_cmd_context *ctx,
                count++;
                doveadm_print(mailbox_get_vname(box));
                doveadm_print(dec2str(mail->uid));
-               /* drop cache pointer */
-               mail_index_update_ext(t, mail->seq, view->cache->ext_id, &empty, NULL);
+               /* drop cache pointer */
+               mail_index_update_ext(t, mail->seq, view->cache->ext_id, &empty, NULL);
                doveadm_print("ok");
        }