From: sergey.kitov Date: Wed, 4 Oct 2023 11:59:26 +0000 (+0300) Subject: imap: Whitespace cleanup X-Git-Tag: 2.4.1~840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faec646d8db374f1d7bb4030fe1a9d13f99d83bb;p=thirdparty%2Fdovecot%2Fcore.git imap: Whitespace cleanup --- diff --git a/src/imap/imap-client.c b/src/imap/imap-client.c index 88839433c9..4cd4ddab24 100644 --- a/src/imap/imap-client.c +++ b/src/imap/imap-client.c @@ -127,7 +127,7 @@ struct client *client_create(int fd_in, int fd_out, o_stream_set_flush_callback(client->output, client_output, client); p_array_init(&client->module_contexts, client->pool, 5); - client->last_input = ioloop_time; + client->last_input = ioloop_time; client->to_idle = timeout_add(CLIENT_IDLE_TIMEOUT_MSECS, client_idle_timeout, client); @@ -1258,7 +1258,7 @@ static bool client_command_input(struct client_command_context *cmd) const char *tag, *name; int ret; - if (cmd->func != NULL) { + if (cmd->func != NULL) { /* command is being executed - continue it */ if (command_exec(cmd)) { /* command execution was finished */ diff --git a/src/imap/imap-settings.c b/src/imap/imap-settings.c index 00bd84c30a..eb8610ccd8 100644 --- a/src/imap/imap-settings.c +++ b/src/imap/imap-settings.c @@ -143,8 +143,8 @@ static int imap_settings_parse_workarounds(struct imap_settings *set, const char **error_r) { - enum imap_client_workarounds client_workarounds = 0; - const struct imap_client_workaround_list *list; + enum imap_client_workarounds client_workarounds = 0; + const struct imap_client_workaround_list *list; const char *const *str; str = settings_boollist_get(&set->imap_client_workarounds);