]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Remove trainling spaces
authorMarco Bettini <marco.bettini@open-xchange.com>
Thu, 10 Feb 2022 15:26:10 +0000 (16:26 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 14 Mar 2022 11:38:19 +0000 (11:38 +0000)
src/lib-storage/index/imapc/imapc-mailbox.c
src/lib-storage/index/imapc/imapc-sync.c

index a420f64281cface4a39b3ffcfaa684460f3de87d..3f8c504e9cf7b9ee3f289c66d8ad321c9c90154f 100644 (file)
@@ -729,7 +729,7 @@ static void imapc_untagged_expunge(const struct imapc_untagged_reply *reply,
 {
        struct imapc_msgmap *msgmap;
        uint32_t uid, rseq = reply->num;
-       
+
        if (mbox == NULL || rseq == 0 ||
            IMAPC_BOX_HAS_FEATURE(mbox, IMAPC_FEATURE_NO_MSN_UPDATES))
                return;
index d99a00cfaab11f981cb5863d7f2aa6a0fd88b3ad..f9ac885daf5cc271a81c607d745d1db36e745a28 100644 (file)
@@ -44,7 +44,7 @@ static void imapc_sync_callback(const struct imapc_command_reply *reply,
                                     cmd->cmd_str, reply->text_full);
                ctx->failed = TRUE;
        }
-       
+
        if (--ctx->sync_command_count == 0)
                imapc_client_stop(ctx->mbox->storage->client->client);
        i_free(cmd->cmd_str);