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/handshake_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/handshake_helper.c') diff --git a/test/handshake_helper.c b/test/handshake_helper.c index c8fd47430a..fd79565bef 100644 --- a/test/handshake_helper.c +++ b/test/handshake_helper.c @@ -837,7 +837,7 @@ static char *dup_str(const unsigned char *in, size_t len) { char *ret; - if(len == 0) + if (len == 0) return NULL; /* Assert that the string does not contain NUL-bytes. */ -- cgit v1.2.3