From bd91e3c870402c4b10909c47082daece473d22ef Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Tue, 6 Jun 2017 23:35:43 +0800 Subject: Fix a bundle of trailing spaces in several files Signed-off-by: Paul Yang Reviewed-by: Kurt Roeckx Reviewed-by: Ben Kaduk Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3622) --- test/ssltestlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ssltestlib.c') 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())) { -- cgit v1.2.3