summaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.c
diff options
context:
space:
mode:
authorPaul Yang <paulyang.inf@gmail.com>2017-06-06 23:35:43 +0800
committerRich Salz <rsalz@openssl.org>2017-06-09 12:04:10 -0400
commitbd91e3c870402c4b10909c47082daece473d22ef (patch)
tree9e29571095ab06298da2b312b9c350781f55b8d1 /test/ssltestlib.c
parent9a2dfc0febaf89403cdbd4bfdb2417fd3d055e95 (diff)
Fix a bundle of trailing spaces in several files
Signed-off-by: Paul Yang <paulyang.inf@gmail.com> Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3622)
Diffstat (limited to 'test/ssltestlib.c')
-rw-r--r--test/ssltestlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssltestlib.c b/test/ssltestlib.c
index 1f74c95925..4ee0bae9b9 100644
--- a/test/ssltestlib.c
+++ b/test/ssltestlib.c
@@ -288,7 +288,7 @@ void bio_s_mempacket_test_free(void)
static int mempacket_test_new(BIO *bio)
{
MEMPACKET_TEST_CTX *ctx;
-
+
if (!TEST_ptr(ctx = OPENSSL_zalloc(sizeof(*ctx))))
return 0;
if (!TEST_ptr(ctx->pkts = sk_MEMPACKET_new_null())) {