]> 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 09:43:40 +0000 (11:43 +0200)
src/lib-storage/list/mailbox-list-iter.c

index 4098d8fb840cc60209daed68156151961b7899a3..4d3d1353ad0cd473800b394d73220c446347dc97 100644 (file)
@@ -538,7 +538,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",
@@ -1023,7 +1023,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;