]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Whitespace cleanup
authorsergey.kitov <sergey.kitov@open-xchange.com>
Mon, 20 Dec 2021 14:17:54 +0000 (16:17 +0200)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Wed, 26 Jan 2022 09:11:52 +0000 (09:11 +0000)
src/lib/lib-event.c

index b8d25623c95cee4249bd9a9afcea257021dfcd02..77b07f6bbe65dd4983d43b8e2f68fc9c5e071f75 100644 (file)
@@ -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 *