aboutsummaryrefslogtreecommitdiff
path: root/test/handshake_helper.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-08-24 00:17:31 +0200
committerMatt Caswell <matt@openssl.org>2017-01-25 09:06:34 +0000
commit28b86f313b43cc70d11054d3830ef82e7af8290a (patch)
tree20743c03a976c242810d0a60675c994b724b7640 /test/handshake_helper.c
parentec2a0e60652c0e61e90dde367756c5d92cd882d3 (diff)
downloadopenssl-28b86f313b43cc70d11054d3830ef82e7af8290a.zip
openssl-28b86f313b43cc70d11054d3830ef82e7af8290a.tar.gz
openssl-28b86f313b43cc70d11054d3830ef82e7af8290a.tar.bz2
Fix some extra or missing whitespaces...
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1618)
Diffstat (limited to 'test/handshake_helper.c')
-rw-r--r--test/handshake_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handshake_helper.c b/test/handshake_helper.c
index c8fd474..fd79565 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. */