mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-28 13:24:28 -04:00
CLEANUP: typo: bad indent
A space alignment remains in the stream_interface.c file
This commit is contained in:
parent
62b75b44e6
commit
5bc2cbf8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1629,7 +1629,7 @@ static void stream_int_chk_rcv_applet(struct stream_interface *si)
|
|||
if (channel_may_recv(ic) && !ic->pipe) {
|
||||
/* (re)start reading */
|
||||
appctx_wakeup(si_appctx(si));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* chk_snd function for applets */
|
||||
|
|
|
|||
Loading…
Reference in a new issue