mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
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:
parent
891bac673b
commit
e7aee6edd5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user