From 28b86f313b43cc70d11054d3830ef82e7af8290a Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Wed, 24 Aug 2016 00:17:31 +0200 Subject: Fix some extra or missing whitespaces... Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1618) --- test/asynciotest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/asynciotest.c') diff --git a/test/asynciotest.c b/test/asynciotest.c index e14747265d..d4edd94936 100644 --- a/test/asynciotest.c +++ b/test/asynciotest.c @@ -205,7 +205,7 @@ static int async_write(BIO *bio, const char *in, int inl) /* Write any data we have left after fragmenting */ ret = 0; if ((int)written < inl) { - ret = BIO_write(next, in + written , inl - written); + ret = BIO_write(next, in + written, inl - written); } if (ret <= 0 && BIO_should_write(next)) -- cgit v1.2.3