]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Whitespace cleanup.
authorsergey.kitov <sergey.kitov@open-xchange.com>
Thu, 17 Feb 2022 08:33:19 +0000 (10:33 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Mon, 28 Mar 2022 15:41:32 +0000 (15:41 +0000)
src/lib-storage/index/index-storage.c
src/lib-storage/mail-search.h
src/lib-storage/mail-storage.h

index 1331fd6cbbb4769242206292a8e031ec29ed4c37..3320d97b5ee33db3d67a179fef40b8cf3df48381 100644 (file)
@@ -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,
index 2147175b13f47e389ae8d7a78eb62c4143ccc83f..fb46111bef409ec302abfd180a7b04d1d91ad247 100644 (file)
@@ -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 */
index 64e0e49a34f88f192e0c3bf31da3754e3bbe2787..3fe2f116f38131a4c455952dc7e085e2018c72f6 100644 (file)
@@ -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,