summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-07-13 10:41:57 +1000
committerPauli <paul.dale@oracle.com>2017-07-14 07:36:26 +1000
commit9ee27200c9a396369e47ba1cd60a5a7486777e55 (patch)
tree65dca2c2646c284159890719bbdc505cfc6ab452 /test
parentc2500f658bbf378a94a76420ea7ef3d2bff17f9c (diff)
Remove trailing blanks.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3918)
Diffstat (limited to 'test')
-rw-r--r--test/handshake_helper.c2
-rw-r--r--test/testutil/tap_bio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/handshake_helper.c b/test/handshake_helper.c
index af5ccfc436..67facdc88c 100644
--- a/test/handshake_helper.c
+++ b/test/handshake_helper.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
diff --git a/test/testutil/tap_bio.c b/test/testutil/tap_bio.c
index 43c95c04a8..f78dfb81d9 100644
--- a/test/testutil/tap_bio.c
+++ b/test/testutil/tap_bio.c
@@ -122,7 +122,7 @@ err:
static long tap_ctrl(BIO *b, int cmd, long num, void *ptr)
{
BIO *next = BIO_next(b);
-
+
switch (cmd) {
case BIO_CTRL_RESET:
BIO_set_data(b, NULL);