commit | 5bc2cbf8f42c4cda9fe8ef1305da8f67d4a97a48 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Fri Sep 04 18:40:36 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 10 21:16:55 2015 +0200 |
tree | 9b5e0f3b35eff23f3f8375d57b18f50d6fc95272 | |
parent | 62b75b44e62bef50e200c667e5715893c6983d50 [diff] |
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 2ea59c7..b1bed03 100644 --- a/src/stream_interface.c +++ b/src/stream_interface.c
@@ -1629,7 +1629,7 @@ if (channel_may_recv(ic) && !ic->pipe) { /* (re)start reading */ appctx_wakeup(si_appctx(si)); - } + } } /* chk_snd function for applets */