From: Karl Fleischmann Date: Tue, 3 May 2022 14:23:51 +0000 (+0200) Subject: doveadm-mail-mailbox-cache: Replace indentation spaces with tab X-Git-Tag: 2.4.0~4072 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7288ef69b1e50fbfd014d74b456fe24e40803839;p=thirdparty%2Fdovecot%2Fcore.git doveadm-mail-mailbox-cache: Replace indentation spaces with tab --- diff --git a/src/doveadm/doveadm-mail-mailbox-cache.c b/src/doveadm/doveadm-mail-mailbox-cache.c index bba4c8c47d..cb060654d8 100644 --- a/src/doveadm/doveadm-mail-mailbox-cache.c +++ b/src/doveadm/doveadm-mail-mailbox-cache.c @@ -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"); }