]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: log: fix process_send_log() indentation
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 22 Feb 2024 09:53:39 +0000 (10:53 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 22 Feb 2024 14:32:42 +0000 (15:32 +0100)
Fix bad indentation for process_send_log() prototype (tab was used instead
of spaces)

src/log.c

index b0c112a1ad04a00606323c9583bb8a2970c2bc46..7e68039443676e25ef40287650fc14acee3af4e9 100644 (file)
--- 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;