From: sergey.kitov Date: Mon, 20 Dec 2021 14:17:54 +0000 (+0200) Subject: lib: Whitespace cleanup X-Git-Tag: 2.3.19~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=578c5f4b8c38c9e75018dc29a9ed8e713e0f0fc5;p=thirdparty%2Fdovecot%2Fcore.git lib: Whitespace cleanup --- diff --git a/src/lib/lib-event.c b/src/lib/lib-event.c index b8d25623c9..77b07f6bbe 100644 --- a/src/lib/lib-event.c +++ b/src/lib/lib-event.c @@ -1644,16 +1644,16 @@ event_passthrough_add_str(const char *key, const char *value) static struct event_passthrough * event_passthrough_strlist_append(const char *key, const char *value) { - event_strlist_append(last_passthrough_event(), key, value); - return &event_passthrough_vfuncs; + event_strlist_append(last_passthrough_event(), key, value); + return &event_passthrough_vfuncs; } static struct event_passthrough * event_passthrough_strlist_replace(const char *key, const char *const *values, unsigned int count) { - event_strlist_replace(last_passthrough_event(), key, values, count); - return &event_passthrough_vfuncs; + event_strlist_replace(last_passthrough_event(), key, values, count); + return &event_passthrough_vfuncs; } static struct event_passthrough *