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