From: sergey.kitov Date: Thu, 17 Feb 2022 08:33:19 +0000 (+0200) Subject: lib-storage: Whitespace cleanup. X-Git-Tag: 2.4.0~4203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf35be0a7eb4a2a5b408aeb472e265635773f817;p=thirdparty%2Fdovecot%2Fcore.git lib-storage: Whitespace cleanup. --- diff --git a/src/lib-storage/index/index-storage.c b/src/lib-storage/index/index-storage.c index 1331fd6cbb..3320d97b5e 100644 --- a/src/lib-storage/index/index-storage.c +++ b/src/lib-storage/index/index-storage.c @@ -128,7 +128,7 @@ void index_storage_lock_notify(struct mailbox *box, } ibox->next_lock_notify = now + LOCK_NOTIFY_INTERVAL; - ibox->last_notify_type = notify_type; + ibox->last_notify_type = notify_type; switch (notify_type) { case MAILBOX_LOCK_NOTIFY_NONE: @@ -758,7 +758,7 @@ mailbox_delete_all_attributes(struct mailbox_transaction_context *t, static int mailbox_expunge_all_data(struct mailbox *box) { struct mail_search_context *ctx; - struct mailbox_transaction_context *t; + struct mailbox_transaction_context *t; struct mail *mail; struct mail_search_args *search_args; int ret; @@ -866,7 +866,7 @@ int index_storage_mailbox_delete_post(struct mailbox *box) if (box->list->v.delete_mailbox(box->list, box->name) < 0) { mail_storage_copy_list_error(box->storage, box->list); return -1; - } + } if (ret_guid == 0) { mailbox_list_add_change(box->list, diff --git a/src/lib-storage/mail-search.h b/src/lib-storage/mail-search.h index 2147175b13..fb46111bef 100644 --- a/src/lib-storage/mail-search.h +++ b/src/lib-storage/mail-search.h @@ -116,7 +116,7 @@ struct mail_search_arg { struct imap_match_glob *mailbox_glob; } initialized; - void *context; + void *context; const char *hdr_field_name; /* for SEARCH_HEADER* */ bool match_not:1; /* result = !result */ bool match_always:1; /* result = 1 always */ diff --git a/src/lib-storage/mail-storage.h b/src/lib-storage/mail-storage.h index 64e0e49a34..3fe2f116f3 100644 --- a/src/lib-storage/mail-storage.h +++ b/src/lib-storage/mail-storage.h @@ -22,7 +22,7 @@ struct message_size; enum mail_storage_flags { /* Remember message headers' MD5 sum */ MAIL_STORAGE_FLAG_KEEP_HEADER_MD5 = 0x01, - /* Don't try to autodetect anything, require that the given data + /* Don't try to autodetect anything, require that the given data contains all the necessary information. */ MAIL_STORAGE_FLAG_NO_AUTODETECTION = 0x02, /* Don't autocreate any directories. If they don't exist,