aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil
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/testutil
parentc2500f658bbf378a94a76420ea7ef3d2bff17f9c (diff)
downloadopenssl-9ee27200c9a396369e47ba1cd60a5a7486777e55.tar.gz
Remove trailing blanks.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3918)
Diffstat (limited to 'test/testutil')
-rw-r--r--test/testutil/tap_bio.c2
1 files changed, 1 insertions, 1 deletions
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);