mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-05 23:00:48 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue