CLEANUP: typo: bad indent

A space alignment remains in the stream_interface.c file
This commit is contained in:
Thierry FOURNIER 2015-09-04 18:40:36 +02:00 committed by Willy Tarreau
parent 62b75b44e6
commit 5bc2cbf8f4

View File

@ -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 */