]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: typo: bad indent
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 4 Sep 2015 16:40:36 +0000 (18:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Sep 2015 19:16:55 +0000 (21:16 +0200)
A space alignment remains in the stream_interface.c file

src/stream_interface.c

index 2ea59c7339d73be22691fa03a31824775b6a52a8..b1bed032a70ce1cd30d88a0b5199d0a534c0dfb7 100644 (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 */