From e7aee6edd5d3358cdb0fb00d15861ed9e2b32e12 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Thu, 22 Feb 2024 10:53:39 +0100 Subject: [PATCH] CLEANUP: log: fix process_send_log() indentation Fix bad indentation for process_send_log() prototype (tab was used instead of spaces) --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.c b/src/log.c index b0c112a1a..7e6803944 100644 --- a/src/log.c +++ b/src/log.c @@ -2392,7 +2392,7 @@ static inline void __do_send_log_backend(struct proxy *be, struct log_header hdr * data to build the header. */ void process_send_log(struct list *loggers, int level, int facility, - struct ist *metadata, char *message, size_t size) + struct ist *metadata, char *message, size_t size) { struct logger *logger; int nblogger;