From faec646d8db374f1d7bb4030fe1a9d13f99d83bb Mon Sep 17 00:00:00 2001 From: "sergey.kitov" Date: Wed, 4 Oct 2023 14:59:26 +0300 Subject: [PATCH] imap: Whitespace cleanup --- src/imap/imap-client.c | 4 ++-- src/imap/imap-settings.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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); -- 2.47.3