CLEANUP: log: fix process_send_log() indentation

Fix bad indentation for process_send_log() prototype (tab was used instead
of spaces)
This commit is contained in:
Aurelien DARRAGON 2024-02-22 10:53:39 +01:00
parent 891bac673b
commit e7aee6edd5

View File

@ -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;