From: Stephan Bosch Date: Tue, 11 Jan 2022 01:05:26 +0000 (+0100) Subject: lib-smtp: Reformat smtp-server-cmd-quit.c. X-Git-Tag: 2.3.19~136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c40e19df16cfbbe04aa909998a84a440428a075f;p=thirdparty%2Fdovecot%2Fcore.git lib-smtp: Reformat smtp-server-cmd-quit.c. --- diff --git a/src/lib-smtp/smtp-server-cmd-quit.c b/src/lib-smtp/smtp-server-cmd-quit.c index 399baa770b..04764fd215 100644 --- a/src/lib-smtp/smtp-server-cmd-quit.c +++ b/src/lib-smtp/smtp-server-cmd-quit.c @@ -26,7 +26,7 @@ void smtp_server_cmd_quit(struct smtp_server_cmd_ctx *cmd, smtp_server_command_ref(command); if (callbacks != NULL && callbacks->conn_cmd_quit != NULL) { /* specific implementation of QUIT command */ - if ((ret=callbacks->conn_cmd_quit(conn->context, cmd)) <= 0) { + if ((ret = callbacks->conn_cmd_quit(conn->context, cmd)) <= 0) { i_assert(ret == 0 || smtp_server_command_is_replied(command)); /* command is waiting for external event or it failed */