]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Whitespace cleanup.
authorsergey.kitov <sergey.kitov@open-xchange.com>
Wed, 3 May 2023 11:35:18 +0000 (14:35 +0300)
committermarkus.valentin <markus.valentin@open-xchange.com>
Mon, 28 Aug 2023 08:11:03 +0000 (08:11 +0000)
src/lib-storage/list/mailbox-list-iter.c

index 27a659ee3b51d0bb3bf2757f7fed084b613eda66..10ec624aa2810ea1509d26a5ad863a0af3e1028a 100644 (file)
@@ -539,7 +539,7 @@ static void inbox_set_children_flags(struct ns_list_iterate_context *ctx)
                return;
        }
 
-       /* INBOX namespace doesn't exist and we didn't see any children listed
+       /* INBOX namespace doesn't exist and we didn't see any children listed
           for INBOX. this could be because there truly aren't any children,
           or that the list patterns just didn't match them. */
        prefix = t_strdup_printf("INBOX%c",
@@ -1024,7 +1024,7 @@ const struct mailbox_info *
 mailbox_list_iter_default_next(struct mailbox_list_iterate_context *ctx)
 {
        struct mailbox_list_autocreate_iterate_context *actx =
-               ctx->autocreate_ctx;
+               ctx->autocreate_ctx;
        const struct autocreate_box *autoboxes, *autobox;
        unsigned int count;