]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: cmd_data_next() - Fix whitespaces
authorMarco Bettini <marco.bettini@open-xchange.com>
Mon, 16 Jan 2023 09:36:21 +0000 (09:36 +0000)
committerMarco Bettini <marco.bettini@open-xchange.com>
Thu, 19 Jan 2023 14:13:41 +0000 (14:13 +0000)
src/lib-smtp/smtp-server-cmd-data.c

index 62c9bb1e97ecb0b80be03e0337d009a626891adb..5eeddc2ce14d8df55f254ccee67649a210f76c34 100644 (file)
@@ -357,7 +357,7 @@ cmd_data_next(struct smtp_server_cmd_ctx *cmd,
        /* DATA command stops the pipeline, so if it is next to reply, nothing
           else can be pending. */
        i_assert(conn->state.pending_mail_cmds == 0 &&
-               conn->state.pending_rcpt_cmds == 0);
+                conn->state.pending_rcpt_cmds == 0);
 
        e_debug(cmd->event, "Command is next to be replied");