From 4f128c530c6b7bfd014f23878f83bcd2369f793f Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Fri, 11 Dec 2015 20:37:43 -0800 Subject: [PATCH] no logic change, remove trailing space --- common/trans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/trans.c b/common/trans.c index d9f71c8a..e9fe64fc 100644 --- a/common/trans.c +++ b/common/trans.c @@ -607,7 +607,7 @@ trans_write_copy_s(struct trans *self, struct stream *out_s) return 0; } /* did not send right away, have to copy */ - make_stream(wait_s); + make_stream(wait_s); init_stream(wait_s, size); if (self->si != 0) {