From e8aa8b6c8f6d4e2b2bbd5e5721d977b0a6aa3cee Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Wed, 29 Jun 2016 00:18:50 +0200 Subject: Fix a few if(, for(, while( inside code. Fix some indentation at the same time Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1292) --- test/asynctest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/asynctest.c') diff --git a/test/asynctest.c b/test/asynctest.c index 026536b065..5057ce1d46 100644 --- a/test/asynctest.c +++ b/test/asynctest.c @@ -56,7 +56,7 @@ static int waitfd(void *args) waitctx = ASYNC_get_wait_ctx(job); if (waitctx == NULL) return 0; - if(!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) + if (!ASYNC_WAIT_CTX_set_wait_fd(waitctx, waitctx, MAGIC_WAIT_FD, NULL, NULL)) return 0; ASYNC_pause_job(); -- cgit v1.2.3