From 5bc2cbf8f42c4cda9fe8ef1305da8f67d4a97a48 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Fri, 4 Sep 2015 18:40:36 +0200 Subject: [PATCH] CLEANUP: typo: bad indent A space alignment remains in the stream_interface.c file --- src/stream_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream_interface.c b/src/stream_interface.c index 2ea59c733..b1bed032a 100644 --- a/src/stream_interface.c +++ b/src/stream_interface.c @@ -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 */