From: Thierry FOURNIER Date: Fri, 4 Sep 2015 16:40:36 +0000 (+0200) Subject: CLEANUP: typo: bad indent X-Git-Tag: v1.6-dev5~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bc2cbf8f42c4cda9fe8ef1305da8f67d4a97a48;p=thirdparty%2Fhaproxy.git CLEANUP: typo: bad indent A space alignment remains in the stream_interface.c file --- diff --git a/src/stream_interface.c b/src/stream_interface.c index 2ea59c7339..b1bed032a7 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 */