From: Aurelien DARRAGON Date: Thu, 22 Feb 2024 09:53:39 +0000 (+0100) Subject: CLEANUP: log: fix process_send_log() indentation X-Git-Tag: v3.0-dev4~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7aee6edd5d3358cdb0fb00d15861ed9e2b32e12;p=thirdparty%2Fhaproxy.git CLEANUP: log: fix process_send_log() indentation Fix bad indentation for process_send_log() prototype (tab was used instead of spaces) --- diff --git a/src/log.c b/src/log.c index b0c112a1ad..7e68039443 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;